AAAsghar aliinasgharalifs.hashnode.dev00Callbacks in JavaScript: Why They ExistApr 17 · 7 min read · What is a callback function? Let's understand how you operate in the real world when you order food at a restaurant. You don't stand frozen on the counter staring at the kitchen until your food arriveJoin discussion
AAAsghar aliinasgharalifs.hashnode.dev00JavaScript Operators: The Basics You Need to KnowApr 13 · 3 min read · In JavaScript, operators are symbols that perform operations on value & varialbes. JavaScript uses various operators to perform mathematical, logical, and comparison tasks on values and variables. HerJoin discussion
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