#interview
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....