Fearlessย โขย 6m
๐ Day 4/21 โ My JavaScript Learning Journey Todayโs focus: Arrays in JavaScript ๐ฆ An Array is a special object in JS used to store multiple values in a single variable. ๐น Creating Arrays let fruits = ["Apple", "Banana", "Mango"]; ๐น Common Methods push() โ add at the end pop() โ remove last element shift() โ remove first element unshift() โ add at the beginning indexOf() โ find element index length โ get size of array ๐ก Example: let arr = [1, 2, 3]; arr.push(4); // [1, 2, 3, 4] arr.shift(); // [2, 3, 4] โจ Arrays are the backbone of data handling in JavaScript. โWhatโs your favorite array method that you canโt code without? #JavaScript #Coding #WebDevelopment #LearningJourney #21DayJavaScript
Front-end Developerย โขย 1y
#Array in #javascript: Array in Javascript enables storing a collection of multiple items under a single variable name, and has members for performing common array operations. Arrays aren't primitives but are instead Array #objects with the followin
See More



Crafting Impactful A...ย โขย 8m
๐ง Programming Challenge of the Day Can you solve this? You're given an integer array (with both positive and negative values). Each element in the array represents the number of stars (*) to be printed vertically in its column: ๐น Positive values
See MoreKeen Learner and Exp...ย โขย 5m
Day 6 of learning Data Science as a beginner. Topic: creating NumPy arrays NumPy arrays can be created using various ways one of them is using python list and converting it into a numpy array however this is a long way here you first create a pytho
See More

Keen Learner and Exp...ย โขย 5m
Day 7 of learning Data Science as a beginner. Topic: Indexing and Slicing NumPy arrays Since a past few days I have been learning about NumPy arrays I have learned about creating arrays from list and using other numpy functions today I learned abou
See More

Full-time Freelancer...ย โขย 1y
Most Javascript Questions Asked in Interview | PART 2 1. What is difference between a for loop and for Each loop Ans: A for loop is traditional loop that uses a counter variable to iterate over an array. ForEach loop is a method that iterate over a
See More
๐ Founder @ HiringR...ย โขย 8m
๐ Internship Opportunity: Java Full Stack Developer at HiringReferals.com! We are looking for 3-4 Java Full Stack Developer Interns to join our tech team at HiringReferals.com, India's fastest-growing referral-based hiring platform. ๐น Role: Java
See MoreDownload the medial app to read full posts, comements and news.