John Davidkaplixblog.hashnode.dev·Sep 9, 2024Building Interactive Web Apps with JavaScript: A Step-by-Step GuideJavaScript: The Language of the Web JavaScript (often abbreviated as JS) is a high-level, dynamic programming language that reigns supreme in the world of web development. It's responsible for all the cool features you see on modern websites – from i...DiscussJavaScript performance optimization
Nirdesh pokharelblog.nirdeshpokhrel.com.np·May 31, 2024The Mystery of Leading Zeros in JavaScript: A Fun DiscoveryOne day, our intern, Mr. Shailendra, whom we call Lala Ji, found something strange. While working on a JavaScript project, he noticed that numbers with leading zeros were acting weird. This made me curious, so I decided to look into it more. What I f...Discuss·1 like·148 readsJavaScript Leading Zeros
Bhavesh Jadhavbhaveshjadhav.hashnode.dev·May 26, 2024JavaScript Concepts: Hoisting, this Keyword, and Undefined vs. Not DefinedJavaScript is a versatile and powerful language, but it comes with some concepts that can be tricky to understand. In this blog, we’ll explore three important concepts: hoisting, the this keyword, and the difference between undefined and not defined....Discuss·10 likesJavascript BasicsJavaScript
Yuvraj Singhyuvrajsingh.hashnode.dev·Mar 18, 2024Demystifying the "Cannot Read Properties of Undefined/Null" Error in JavaScriptIntroduction JavaScript, as a versatile and dynamic language, empowers developers to create powerful web applications. However, even seasoned developers encounter the infamous "Cannot Read Properties of Undefined/Null" error. In this blog post, we'll...Discuss·10 likesObject wrappers
Shubhajit Paulshubhajit99.hashnode.dev·Dec 27, 2023Writing Clean and Readable Code in JavaScript: A Comprehensive Guide to Meaningful Variable and Function NamingIntroduction In the realm of JavaScript programming, the significance of thoughtful variable and function naming often takes a backseat. In this guide, we'll delve into the importance of crafting meaningful names and provide practical tips to elevate...DiscussJavaScript Coding Practices