blog.saumyagrawal.inThe Ultimate Guide to JavaScript Arrays for BeginnersYou are trying to make a personlised music app, adding your favourite songs in a playlist. You have no idea about arrays. So, you would store your songs like: let song1 = "Blinding Lights"; let song2 46m ago·9 min read
blog.saumyagrawal.inJavaScript Control Flow: If-Else, Switch, and Ternary Operators ExplainedIn your quest while playing an RPG, you enter a dungeon, the game checks: Is the player's health above 0? Does the player have the magic key? Each check leads to a different outcome, a new scene, an e1d ago·10 min read
blog.saumyagrawal.inJS Operators: The Hidden Mechanics of Every Web AppOperators are a fundamental part of any programming language, and their necessity comes down to one simple idea: a program that can't manipulate data is useless. Data alone is meaningless. Storing a v2d ago·13 min read
blog.saumyagrawal.inUnderstanding JavaScript Variables and Data Types Through Game DesignWhenever you start learning a programming language, be it Python, Java, C++, or JavaScript, one concept is common to all of them: variables and data types. Variables and Data Types are the building bl2d ago·10 min read
blog.saumyagrawal.inRaju's Guide to JS PromisesImagine JavaScript Promise starts to work like you are trying to go viral on social media. Spoilers: THEY DO !!! Raju Rastogi is a fourth year CS student who is decent at coding with 5 GitHub repos, bMar 1·8 min read