3d ago · 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
3d ago · 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
3d ago · 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
5d ago · 8 min read · When you wrote your first code in Node.js, you used console and setTimeout without the need for import or declaration. They are present in your IDE, ready to be used. Have you ever wondered where they
Join discussion
6d ago · 7 min read · When learning JavaScript, one concept that quietly powers everything is the global object. Many beginners use global variables or functions like setTimeout, console, or fetch without realizing that th
Join discussion