#javascript
Read more stories on Hashnode
Articles with this tag
Prototype: In JavaScript, every function and object has a property named "prototype" by default. Prototypes are the mechanism by which JavaScript...
Array: The array is a special variable that holds more than one value. It is a special kind of object in javascript that store different types of...