Mar 12 · 21 min read · Introduction When you write JavaScript code, some functions and objects are always available no matter where you are in your program. You can call setTimeout(), use console.log(), or access Math.rando
Join discussion
Mar 11 · 5 min read · Imagine you are a world traveller, you love to travel the world meet new people. One day you land on New York, USA and you need to charge your phone. You look at the wall and see a Type A socket. You
Join discussion
Mar 11 · 4 min read · The Context If you are a JS developer you must be knowing what scope means in JavaScript . Basically scope means a logical place in memory where any variable , functions or objects stored . There is g
Join discussion
Mar 10 · 8 min read · When you wrote your first line of Node.js code, you probably typed console.log("Hello World") and it just worked. No import. No setup. Nobody told you where console came from, and at the time, it did
Join discussion