I am a professional software developer. I currently work in an Indian fin-tech startup called smallcase.
Most of the time I am working with JavaScript, React & Golang
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 background. In JavaScript, inheritance works a bit differently compared to C++ or Java. JavaScript inheritan...
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 assign a value 10 to it. Now with modern ES6 JavaScript, we have 3 different ways to declare a variable...