govindappaarun2.hashnode.dev‘use strict’; / Strict mode in JavaScriptDear Reader, I have got one more cool stuff in JavaScript to move closer to the language, which is Strict Mode. We don’t see this that common in today’s code bases, compare to back in the days it was introduced, As later ES6 made it default in some ...Jun 10, 2022·3 min read
govindappaarun2.hashnode.devBasics of functions in JavaScriptDear reader, let me introduce you to one of the key concepts of any programming language, also in JavaScript which is function. Here we discuss specifically how they are in ECMA Script ( a.k.a JavaScript ) Here is a definition from Wikipedia about fu...May 12, 2022·4 min read
govindappaarun2.hashnode.devIntroduction to Promises in JavaScriptDear reader, I am here with you with one of the must-know concepts in JavaScript, which helps to deal with asynchronous tasks effectively. I will promise you at the end of this short article to introduce you to its fundamentals to get familiar with a...May 11, 2022·4 min read