#javascript
Read more stories on Hashnode
Articles with this tag
Today we will discuss some important topics to crack JavaScript interviews. Scopes in JavaScript. 1. Global and Local Scope Here we will take a real...
What is an Array? Array is an collection of elements of same datatype. But in JS Array is an collection of elements of multiple datatypes. in JS,...