Shobo Adefowopetaiwoadefowope.hashnode.dev·Nov 21, 2024JavaScript's BEST KEPT SECRET is the Power of forEach() Functions1. Introduction The forEach() method in JavaScript is used to iterate over an array and execute a provided callback function on each element. It’s important to note that forEach() does not return anything (it returns undefined), making it non-chaina...DiscussJavaScript
Arnab Bhowmikblog.thearnab.tech·Nov 20, 2024PYQ- SolutionsQ.1 “Java is platform independent” , Is this True? Justify or contradict your statement. Yes, Java is platform-independent. This is one of its key strengths, enabling "Write Once, Run Anywhere" (WORA) functionality. Here's how it works: Compilation:...Discuss·43 readsOOPM SprintObject Oriented Programming
Salawu Ahmedasally.hashnode.dev·Nov 20, 2024Understanding the Filter Method in JavaScript: A Simple GuideHello everyone, Welcome to code invasion, In this tutorial we will learn how the filter method in JavaScript works, The filter method in JavaScript is an array method that creates a sub array of elements that satisfies a given condition from an origi...Discusscoding
Boniface Gordianbonifacegordian.hashnode.dev·Nov 10, 20245 Essential JavaScript Methods Every Beginner Should KnowJavaScript is like the Swiss Army knife of programming—it’s versatile, essential, and packed with tools you didn’t know you needed. But as a beginner, it’s easy to get tangled in loops and overwhelmed by long, repetitive code. Imagine trying to manua...Discuss·10 likesTech Tutorials
Abhishek Dubeylearning-in-public-week-1.hashnode.dev·Nov 10, 2024Week 1 updatesWe all know the feeling: there’s something we should be doing, but we keep pushing it aside—whether it’s a task we dread or something we’re simply avoiding. For me, this was learning DSA. I had the resources, I knew the importance of it, but procrast...Discuss·46 readsProgramming Blogs
gayatri kumargeekee.hashnode.dev·Nov 2, 2024Advanced Array Methods: Mapping the Future!Imagine you’re about to embark on an epic journey, where you can shape the world around you. You’re given a map, and along the way, you decide which paths to take, what to gather, and how to calculate the resources you collect. In JavaScript, advance...Saanvi Kumar and 1 other are discussing this2 people are discussing thisDiscuss·52 likesWeb Developmentjs
gayatri kumargeekee.hashnode.dev·Nov 1, 2024Collections Galore: Arrays Explained!Imagine you’re hosting a party, and all your friends are lined up in a neat list. You want to know who’s attending, add new friends, remove a few, or maybe even shuffle them around. In JavaScript, arrays are the perfect tool for managing collections ...Discuss·50 likesWeb Developmentjs
Sandeep Singhsandeepdevhub.hashnode.dev·Oct 21, 2024Five array methods to master before ReactPlanning to learn React.js? Mastering these five array methods will be very helpful in your React journey. You will frequently use these array methods in your projects. Hi 👋 fellow developers! My name is Sandeep Singh, and I am an aspiring web devel...Discuss·29 readsarray
Yasin Sarkaryasinsarkar.hashnode.dev·Oct 19, 2024Understanding the reduce Method in JavaScript: A Powerful Tool for Array Manipulation 🌟JavaScript offers a variety of methods to work with arrays, and one of the most powerful and versatile is the reduce method. In this article, we'll explore what reduce does, how it works, and some practical examples to help you understand its capabil...Discuss·26 readsjavascriptips
rahul mishrarahulmishrawrites.hashnode.dev·Oct 15, 2024Creating and Accessing ObjectsIn this blog post, we'll dive into various aspects of JavaScript objects and arrays, exploring how to create, access, modify, and combine them. Whether you're a beginner or looking to refresh your knowledge, this guide will provide valuable insights ...DiscussObjects