#javascript
Read more stories on Hashnode
Articles with this tag
Most of the time, JavaScript’s prototype confuses people who have just started to learn JavaScript — especially if they’re from a C++ or Java...
With the old JavaScript, we had only one way to declare a variable, and that was with var, like var x = 10. It will create a variable called x and...