#javascript
Read more stories on Hashnode
Articles with this tag
Let’s imagine your’re playing with lego blocks 🧱 and you have a set of pieces that when are added in the right place a castle 🏰 is created . Now...
If you started learning Javascript then I can bet you that the first line of code you wrote was console.log("Hello World!"); We all use console.log()...
Let's say we want to perform some task or play with the individual elements of an array, then how we should approach it? We know the methods like...
Let's say we have three buttons with each one of them having a class of "btn". Now if we just want to access the first button or the first element...