purakhnath-jyani.hashnode.devJavaScript Arrays Explained: Indexing, Length, and LoopsIn our previous blogs, we explored how to write reusable, modular code using Control Flow and Functions (Declarations, Expressions, and Arrow Functions). By now, you know how to build isolated blocks 3d ago·11 min read
purakhnath-jyani.hashnode.devArrow Functions in JavaScript: A Simpler Way to Write FunctionsIn our previous blogs, we learned about function declarations and expressions. Both of these approaches allow us to write reusable logic, preventing us from writing the same code over and over again. 6d ago·10 min read
purakhnath-jyani.hashnode.devPromises in JavaScript: Waiting for Semester ResultsMere keyboard ka F5 key ab dheere dheere apni spring lose kar raha hai. PG room mein baitha hoon, laptop ke saamne.University portal khula hai.BCA final semester.Results “sometime today” aane wale haiMar 1·8 min read
purakhnath-jyani.hashnode.devFunction Declaration vs Function Expression: What's the Difference?In the previous article of our Web Dev Cohort 2026 JavaScript series, we learned how to make decisions in our code using control flow statements like if, else, and switch. Control flow dictates the diFeb 28·8 min read
purakhnath-jyani.hashnode.devControl Flow in JavaScript : If, Else, and Switch ExplainedImagine waking up in the morning and looking out the window. If it's raining, you grab an umbrella. If it's sunny, you reach for your sunglasses. You just made a decision based on a specific conditionFeb 27·7 min read