PKPRINCE KUMARinprincekumar-engineer.hashnode.dev00Array Methods You Must KnowMar 13 · 5 min read · Introduction: Imagine you have a to-do list on paper. Buy milk Complete homework Go to gym Sometimes you: Add a task at the end Remove the last task Add a task at the beginning Remove the first tJoin discussion
PKPRINCE KUMARinprincekumar-engineer.hashnode.dev00JavaScript Arrays 101Mar 13 · 5 min read · Introduction Imagine you are writing down your favorite fruits. You could store them like this: let fruit1 = "Apple"; let fruit2 = "Banana"; let fruit3 = "Mango"; let fruit4 = "Orange"; But this quicJoin discussion
PKPRINCE KUMARinprincekumar-engineer.hashnode.dev00Understanding Object-Oriented Programming in JavaScriptMar 13 · 5 min read · Introduction: Imagine a car factory. Before cars are built, engineers design a blueprint. This blueprint describes what every car should have: color engine wheels start function Using that bluepJoin discussion
PKPRINCE KUMARinprincekumar-engineer.hashnode.dev00Arrow Functions in JavaScript: A Simpler Way to Write FunctionsMar 13 · 5 min read · Introduction: Imagine you are writing a short note to a friend. Instead of writing: “Hello, I would like to inform you that I will arrive soon.” You might simply write: “Coming soon.” Both communiJoin discussion
PKPRINCE KUMARinprincekumar-engineer.hashnode.dev00Understanding Objects in JavaScriptMar 12 · 4 min read · Introduction: Imagine you are storing information about a person. You might want to store: Name Age City In real life, these are different pieces of information about the same person. In JavaScriJoin discussion