NSNikhil Sharmainnikhil-sharma-nks.hashnode.dev·Jul 18, 2022 · 4 min readThis Keyword In JavascriptIn JavaScript, the this keyword refers to an object. It is a special keyword that is created for every execution context of every function. It takes the value of the "owner" of the function in which the this keyword is used The value of this is dete...01P
NSNikhil Sharmainnikhil-sharma-nks.hashnode.dev·Jul 17, 2022 · 6 min readImmutabilityMutable is something whose value can be changed. And its opposite, immutable is something whose value cannot be changed. Immutability is very big in the world of javascript. It is one of the core principles of javascript and other javascript-based ...00
NSNikhil Sharmainnikhil-sharma-nks.hashnode.dev·Sep 10, 2021 · 2 min readEmojis In Your Web App!Emojis have made ways into our lives and are used everywhere. Today, there is an emoji for almost everything. Web Apps have adjusted themselves to make room for emojis. Let's take a deeper dive at emojis. While working on a project Emoji Interpreter...00
NSNikhil Sharmainnikhil-sharma-nks.hashnode.dev·Sep 10, 2021 · 4 min readTraversing Data In JavascriptData Structures are a huge part of any application. They are used intensely in the world of programming. Hence a programmer's most time is spent creating algorithms using data structures. Knowing how to access or traverse data is definitely going to ...00