myarrowfunctions.hashnode.devUnderstanding Arrow Functions in JavaScript with Simple ExamplesJavaScript has evolved a lot over the years. One of the most useful features introduced in ES6 (ECMAScript 2015) is Arrow Functions. Arrow functions provide a shorter and cleaner way to write function8h ago·3 min read
javascriptvariables.hashnode.devIntroduction to Variables in JavaScriptWhat is a Variable? A variable is like a box that stores information.Just like we keep things in a box and label them, in programming we store data in variables and give them names. For example: A boMar 2·4 min read