What are Objects and why are they essential in JavaScript 🤔?
If you understand Hindi, then you can watch 👇 video
https://youtu.be/9zeYqTEEqnM
🤥What is a prototype?
Just go to your browser console and write the following command:
const obj = {
name: 'Taran'
}
console.log(obj);
Most of you would know w...
nextdev1111.hashnode.dev4 min read