#codenewbies
Read more stories on Hashnode
Articles with this tag
Try Pixal now! · Hello, everyone! A few months back, I made a project called Pixal, which is an HTML and CSS pixel art generator. I thought now it was...
Make your websites even more aesthetic · Gradients are one of the most famous design trends nowadays. Linear gradients are one of the most used gradients...
Short circuiting is a very important topic for beginners. It is very useful and you will also use it in React, or other JS frameworks too. Truthy and...
Click Me
As you know from this blog post, classes are just functions in disguise. We used this syntax: function Animal(rating) { this.rating =...
There are 2 famous paradigms in Javascript, OOP Functional Programming While many languages run fully on OOP like C#, Java, etc., there are some...