#iwritecode
Read more stories on Hashnode
Articles with this tag
What is a function? A function is a set of statements that performs a task or calculates a value. [MDN] Declaring a function function hello(){ ...
Everything in javascript is an object. What is an Object? Object in simple words is an entity with properties and type. It contains key-value pair....
What are Arrays in JS? Arrays are special type of objects which uses numbers or index to access elements inside it. In this example typeof array gives...