learnwithsarah20.hashnode.devUnderstanding Useful JavaScript Array MethodsArrays are one of the most important data structures in JavaScript. They allow us to store multiple values in a single variable and work with them easily. When learning JavaScript, arrays quickly beco49m ago·6 min read
learnwithsarah20.hashnode.devunderstanding Arrays in JavaScriptfirst, why do we need an Array,? when we already have variables. when we declare a variable it only stores one value but what if we want to add more than one value of the same type. it becomes messy t2h ago·4 min read
learnwithsarah20.hashnode.devJavaScript operators for Beginnersfirst we need to understand what operators are, so think of an operator as a keywords that is used to perform an operation on values and variables. we basically use operators to manipulate data in var3h ago·4 min read
learnwithsarah20.hashnode.devGetting started with cURLFirst we need to know what is server and how cURL is connected to server? Server: now think of a server as someone who is always ready to serve you. server is a powerful computer system or a software program that provides resources, data and other se...Jan 30·3 min read
learnwithsarah20.hashnode.devwhy version control exists: the pen drive problem.Before Git, GitHub and other tools developers had a very painful way of managing their code. They used pen drives. Yes pen drive, this is where pen drive problem comes from. The pen drive era : Imagine working on a project with your friend. You write...Jan 30·2 min read