#web-development
Read more stories on Hashnode
Articles with this tag
Welcome to another blog post! In this article, we will explore one of the fundamental concepts in JavaScript: objects. Objects are an essential part...
Let us start with understanding the powerful feature of JavaScript which is Higher-order functions.In JavaScript, a higher-order function is a...
There are two main types of errors in JavaScript: Syntax errors: occur when the code syntax is not proper and JavaScript interpreter can't understand...
A map is a collection of elements where each element is stored as a Key, value pair. It remembers the original insertion order of the keys. A key in...
HTML - It is one of the most important concepts in the journey of web development. It stands for hypertext markup language. It is not a programming...