JavaScript is Not a Joke

Two recent post of mine were ridiculed on r/programmingcirclejerk: Building a Simple Stopwatch App with Electron – Submitted by someone as Building a 100MB stopwatch app. Compile Node.js to N… Read more

Similar

Understanding JavaScript Scope

Understanding JavaScript Scope and the use of scope in JavaScript with code examples. Here we will also discuss about different types of scope like - global scope, local scope, block scope, function scope, lexical scope and private and public scope. (more…)

Read more »