#web-development
Read more stories on Hashnode
Articles with this tag
Let’s say that you have a list of elements and you want to listen for an event on each one of them. One way of doing it would be to loop over all the...
Numbers in JavaScript is a primitive data type that can store both Integers and floats. It is really important to know how numbers behave in...
Introduction Map, Filter and Reduce are Array Methods that are used for iterating over an array and returning value/array. It returns a new Array and...
Boxes are something you need to be familiar with while working with CSS. Because they are everywhere, everything in CSS is a box whether it be a...
The better way to write HTML · Adding a Semantic element is not about changing the look (visual) of it but It is about adding meaning to it, Visually It...