AAAsghar aliinasgharalifs.hashnode.dev00Understanding Variables and Data Types in JavaScriptMar 24 · 4 min read · We know that in the kitchen, the spices are stored in boxes, right? For each spice, we have a different box, for salt separate, for black paper power seprate. What these boxes are doing is storing somJoin discussion
AAAsghar aliinasgharalifs.hashnode.dev00JavaScript Arrays 101Mar 21 · 3 min read · Before Arrays existed in programming, you had only 2 chocices: name every variable individually, or give up. Imagine if you have to track the scores of 100 students, you have to write score 1, score 2Join discussion
AAAsghar aliinasgharalifs.hashnode.dev00Understand Node.js ArchitectureMar 16 · 12 min read · Why does Node.js Architecture Matter? When you use NodeJS, you are just writing JavaScript, calling functions, making API's, and reading files; it works and you move on. But something happened weirdlyJoin discussion
AAAsghar aliinasgharalifs.hashnode.dev00The Global Object in Node.js What It Is and How It WorksMar 9 · 5 min read · You have heard many times that console.log() is not a JavaScript function. but you use it in your daily development, right so have you ever wonder so it's Javascript function how we are able to use itJoin discussion
AAAsghar aliinasgharalifs.hashnode.dev00Array Methods You Must KnowMar 3 · 5 min read · You have used arrays in JavaScript, but when working with arrays, you need to know the array methods that come with arrays. Methods are just built in functions. Let's say John works at a superstore asJoin discussion