#javascript
Read more stories on Hashnode
Articles with this tag
When I was using console.log() for an object in the browser console, that is when I first encountered the word “prototype” in JavaScript. Prototype A...
➡️ JavaScript Array: In JavaScript, an array is considered an object. It allows for storing multiple values in a single variable. By definition, a Js...