When to Use Strict Mode in JavaScript

This post is work-in-progress learning-note and still in active development and updated regularly. JavaScript, since introduced in 1995, has been evolving without much compatibility issues and standardized script rules. In ECMAScript 5 (ES5), new features, syntax rules including Strict Mode feature were added in the language. In MDN, Strict Mode  is referred as a way […]

Thoughts

Two days before, I wrote my thought-post on JavaScript Functions after I got confused with function scope & hoisting and felt like I got stocked forever. To-day I came across very inspirational article A Lifetime of Learning to Code in medium.

To quote from Tyler Elliot Bettilyon’s post:

If you don’t understand any .. general principles then you may have to understand this code from scratch — and that’s a lot harder.

We all start our careers knowing relatively little. Hopefully we finish them knowing quite a lot more.

Tyler reminds in his post that learning & mastering a programming language takes about 10-years. This also is a great reminder that getting frustrated after three-months of learning is not realistic.