gayatri kumargeekee.hashnode.dev·Nov 20, 2024JavaScript in the Real World: Node and Beyond!Welcome aboard your very own space station, powered by the versatile Node.js engine. But just like any space station, you need supplies to function. That's where npm (Node Package Manager) comes in—it’s the supply ship that delivers the tools and pac...Discuss·10 likesWeb Developmentjs
Ishant Kumarletscodeishant.hashnode.dev·Nov 12, 2024The Kahani Begins: Meet the Variables!Imagine you’ve got three friends, each with a unique way of holding onto things. Let’s call them var, let, and const. They’re a little quirky, and each has their own rules. Scene 1: var – The Forgetful Friend Our friend var has been around for ages,...DiscussJavaScript Aur KahaniJavaScript
Ishant Kumarletscodeishant.hashnode.dev·Nov 9, 2024JavaScript Syntax & Basic OperatorsWelcome to today’s kahani! Imagine JavaScript as a magic language you use to tell the computer what to do. But here’s the catch – you’ve got to say things just right, or the computer won’t understand! Today, we're talking about JavaScript syntax and ...DiscussJavaScript Aur KahaniJavaScript
Vasant Mestryvasantmestry.hashnode.dev·Nov 7, 2024Day 2 of 30 days of JavaScript ChallengeHello guys welcome back to new series of JavaScript, where we‘ll be solving 30 days of JavaScript Questions from LeetCode. Here is link of all the problems In this series, we'll tackle each question one by one. I'll guide you by providing solutions a...Discuss30 days of JavaScript LeetcodeJavaScript
Dana Ciocandanaciocan.com·Nov 5, 2024Why are there so many types of JavaScript modules?Let’s cast our minds back to 1995. Netscape Navigator was the predominant browser folks were using to get their internet fix (if at all - there was certainly no guarantee you had the internet at home back then!) and connecting to the internet sounded...Discuss·2 likes·35 readsJavaScript
Stanley Owarietaday3-of-30days-js-blog.hashnode.dev·Nov 4, 2024Day 15: JavaScript Modules - Mastering Code OrganizationAs our JavaScript projects grow, organizing code into modular pieces becomes essential. JavaScript Modules allow us to separate code into logical, reusable files, making our projects more maintainable and scalable. This post will explore the basics o...Discuss·10 likesJavaScript Import/Export
Harsh Goswamicoderg-tales.hashnode.dev·Oct 19, 2024The Ultimate Face-Off: React.js vs. Vue.js vs. Angular.js 🚀Introduction Welcome to the battle of the frameworks! 🎉 If you're a frontend developer (or just someone who likes to play with code), you’ve probably heard of these three heavyweights: React.js, Vue.js, and Angular.js. But which one should you choos...DiscussFrameworkComparison
Saruf Ratulsaruf.hashnode.dev·Oct 7, 2024𝗔𝗣𝗜 𝗟𝗲𝗮𝗿𝗻𝗶𝗻𝗴 𝗥𝗼𝗮𝗱𝗺𝗮𝗽Whether you're a beginner or an experienced developer looking to learn about API, this comprehensive API learning roadmap will guide you through the key concepts and technologies you need to master. 𝟭. 𝗜𝗻𝘁𝗿𝗼𝗱𝘂𝗰𝘁𝗶𝗼𝗻 𝘁𝗼 𝗔𝗣𝗜𝘀 🔹 A...Discuss·94 readsAPIs
Shivam Sharmashivam-sharma.hashnode.dev·Sep 27, 2024Avoiding Default Exports: A Guide for JavaScript DevelopersWhat are Default Exports in JavaScript Modules? Default exports allow you to export a single value from a module that can be imported with any name. This value is the default export for the module and can be any type, such as a function, object, or p...DiscussJavaScript
Victor Uzoagbavictoru.hashnode.dev·Sep 14, 2024Setting Up a Modern JavaScript Development Environment: Tools and Best PracticesIn today’s fast-paced web development world, having a well-structured and efficient JavaScript development environment is essential for productivity. Whether you’re working on a small project or a complex enterprise application, using the right tools...Discussjavascript framework