Rupal Singhalrupalsinghal.hashnode.dev·21 hours agoMastering ES6: The Modern JavaScript Features You Need to KnowWith the advent of ES6 (ECMAScript 2015), JavaScript became more powerful, readable, and developer-friendly than ever before. If you’re a developer looking to brush up on modern JavaScript, mastering ES6 is essential. In this blog post, we’ll walk th...1 likeES6
Omkar Lolageangular-beginners-guide.hashnode.dev·Dec 8, 2024Mastering Angular: A Deep Dive into Core Essentials for BeginnersIntroduction The world of front-end web development is continuously evolving, choice of framework or library is crucial. Angular is a powerful framework used by developers worldwide to build dynamic and scalable web applications. In this blog, we'll ...10 likes·59 readsbasics of angular
Dashika PVdashi.hashnode.dev·Dec 6, 202430 Days into JS - Day 1Create Hello World Function Write a function createHelloWorld. It should return a new function that always returns "Hello World". Function Syntax In JavaScript, there are two main ways to declare a function. One of which is to use the function ke...JavaScript
Hassanigocoding.hashnode.dev·Dec 5, 2024Mastering JavaScript Modules: A Fun and Simple Guide to Imports, Exports, and Best Practices 📦🔧A Beginner’s Guide to JavaScript Modules: Organize Your Code Like a Pro If you’re building anything larger than a simple script, you’ve probably heard the word “modules” thrown around. But, what are modules in JavaScript? Why are they important? And ...1 likemodules
Hassanigocoding.hashnode.dev·Dec 5, 2024Mastering MVC Architecture: How to Build Organized, Scalable Apps 🛠️Understanding MVC Architecture: A Structured Approach to Building Scalable Apps (With a Real-Life Analogy) Picture this: You're at a bustling restaurant 🍴. You don't expect the chef to serve your food, the waiter to cook your steak, or the menu to.....1 likeMVC architecture
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...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,...JavaScript 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 ...JavaScript 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...30 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...2 likes·35 readsJavaScript