AAruningovindappaarun2.hashnode.dev·Jun 10, 2022 · 3 min read‘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 ...00
AAruningovindappaarun2.hashnode.dev·May 12, 2022 · 4 min readBasics 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...00
AAruningovindappaarun2.hashnode.dev·May 11, 2022 · 4 min readIntroduction 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...00