© 2026 Hashnode
Hey folks 👋 Today at Cudose Creative Agency, we explored some foundational JavaScript concepts that sharpen how we write and interpret code. From strict mode to arguments, parameters, and Automatic Semicolon Insertion (ASI) — --- 📚 What We Covered ...

Hi Bondhura! Kamon Acho? Today, we'll explore essential JavaScript concepts that can make your coding life easier and more robust. We’ll dive into Strict Mode , understand how to work with modern variables using let and const, and learn why the old v...

What is JavaScript strict mode? Strict mode was introduced to JavaScript because of how loose and unrestricted the language is. The language is missing several restrictions that would have been beneficial from the start; this is what Strict mode addr...

If you've been working with React and want to level up your development experience, TypeScript is your next best friend. In this guide, we'll explore how to effectively use TypeScript in React projects, from basic setup to advanced patterns. Why Type...
