Samuel Wekesamuelweke.hashnode.net·Apr 21, 2021A Beginner’s Guide to Closures in JavaScriptOne of JavaScript’s most valuable features is closures. This feature allows developers to create self-contained functions with access to their surrounding context in a particular code. When appropriately implemented, closures can improve code quality...Discuss·303 likes·245 readsFunctional Programming
Zuber Dungezuberdunge.hashnode.net·Jan 11, 2022What the fork is Arrow Function?Hey there 👋 I'm Zuber. I hope you are doing well. I'm a frontEnd developer, obsessed with ReactJS and CSS, leveling up my game every day. So, I came back stronger than the 90's trend 🎶, ah sh*t no, Damn you Taylor Swift get out of my head. Okay s...Siddhi Gate and 2 others are discussing this3 people are discussing thisDiscuss·200 likes·2.3K readsJavaScript
Samuel Wekesamuelweke.hashnode.net·Mar 28, 2022Understanding the Fundamentals of JavaScript: Variables, Data Types, and OperatorsUnderstanding JavaScript variables, data types, and operators are essential to becoming a proficient developer. Unlike languages like Java and C++, JavaScript is a dynamically-typed programming language, meaning that you can assign a value of any dat...Discuss·180 likes·48 readsJavaScript
Jon ChristieforJon's Tech Blogjonchristie.hashnode.net·Apr 24, 2023Introduction to JavaScript (1.1)1.1 - Introduction to the History and Uses of JavaScript JavaScript is a popular programming language used primarily for creating interactive web pages and web applications. In this lesson, we'll cover the history and uses of JavaScript and why it's ...Discuss·1 likeJavaScript: From Beginner to Experttechnology
Shivank Kapurshivankkapur.hashnode.net·Apr 23, 2023Day 1 Of #30DaysOfJavaScriptIntroduction Hey folks, the 30DaysOfJavaScript is a guide for both beginners and advanced JavaScript developers. In this Blog series, you'll learn all about JavaScript, the most popular programming language in the history of mankind. JavaScript is us...Discuss·10 likes30 Days of Code
Amul Gauravamulgaurav.hashnode.net·Apr 23, 2023A Beginner's Guide to Using map(), filter(), and reduce() in JavaScript"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." JavaScript offers a powerful set of built-in functions, including map(), filter(), and reduce(). If you've been programming for a while...Discuss·10 likesJavaScript
Marvelous Ejiogumarvy-e.hashnode.net·Apr 22, 2023An Introduction to JavaScript: Getting Started with Basics.Javascript is a programming language widely used to develop interactive web applications. It is a high-level, interpreted language that can be run on a browser, server or any other platform that supports it. In this article, we will go through the ba...Discuss·1 likeJavaScript
Vidit Maniyarviditmaniyar.hashnode.net·Apr 22, 2023Javascript for Noobs: The for...of and for...in LoopsIn JavaScript, loops are an essential part of programming, and they help developers to iterate over data structures like arrays and objects. Two common types of loops in JavaScript are the for of and for in loops. Although these two loops look simila...DiscussJavaScript
Sanket Singhsanketsingh.hashnode.net·Apr 21, 2023Getting Started With React From A Bird's Eye ViewI am assuming that if you have landed on this blog then, you are an absolute beginner in React or if you already know to react then this blog will help you to brush up on your concepts quickly. Here we will not go in very in-depth on any react concep...DiscussReact
Santosh Kharelsantoshkharel.hashnode.net·Apr 20, 2023For In & For Of Loopif you have in using javaScript for quite a time then you must have come across, several loops like for loops, do while, while, for reach and so on. In javaScript for loops comes in different varieties, There might be other various for loop but for i...Discuss·1 likejs
Affah Samuel Daramfonsamcoder.hashnode.net·Apr 20, 2023CORS: Issues that may arise?What Is Cors? CORS stands for Cross-Origin Resource Sharing. It is an HTTP protocol that allows web applications to access resources hosted on different domains. CORS allows a server to indicate any origins other than its own from which a browser sho...Discuss·2 likes·29 readsVue.js
Success Godswill Chibuzogodswillch.hashnode.net·Apr 20, 2023JavaScript Recursion: Understanding the Power of Recursion in JavaScriptRecursion is a powerful programming concept that allows a function to call itself repeatedly until a specific condition is met. JavaScript, being a versatile and dynamic language, fully supports recursion and allows developers to write elegant and ef...Discuss2Articles1Week
Thomas Portelangelekoala.hashnode.net·Apr 20, 2023Many ways to deal with events in javascriptDo you remember the time where you discovered document.ready ? I do, it seemed like magic: run the code once your html is loaded. Then, you initialise your jQuery plugins, and you are good to go... But recently, I've built a SPA (to be more precise, ...Discussjs