#web-development
Read more stories on Hashnode
Articles with this tag
Understanding Deprecated HTML Elements and Accessibility · I attended the Web Accessibility in Mind Conference a few weeks ago, and the sessions gave me...
The scope and scope chain are fundamental concepts in JavaScript and other programming languages. Also, one of the most confusing concepts at the...
Do you find yourself looking up the difference between slice() and splice() methods all the time? The two methods are among the most used array...
Welcome to the second part of the Beginner's Guide to JavaScript Operator! 😊 To refresh your memory, In the first article, we have gone through the...
Have you thought about how we can tell our program to do a specific task? For example, how do we add two numbers together or compare two values? If...
If you are a newbie to programming and JavaScript, you might first find it hard to grasp the concept of functions. When I first learned about...