NSNiranjan Singhinniranjan65.hashnode.dev·Nov 19, 2025 · 4 min read📘 JavaScript Objects and Their Manipulation1. Introduction In JavaScript, an object is a data structure that stores information in key–value pairs.Objects help represent real-world entities like: A User A Product A Car A Student 2. What is an Object? Example: const person = { name: "...00
NSNiranjan Singhintheniranjan.hashnode.dev·Nov 18, 2025 · 5 min readExecution ContextHave you ever wondered how JavaScript works behind the scenes? It's actually quite fascinating! And that's what you'll learn about here. JavaScript is a single-threaded interpreted language. Every browser has its own JavaScript engine. Google Chrome ...00
NSNiranjan Singhinexecutioncontext.hashnode.dev·Nov 18, 2025 · 5 min readExecution ContextHave you ever wondered how JavaScript works behind the scenes? It's actually quite fascinating! And that's what you'll learn about here. JavaScript is a single-threaded interpreted language. Every browser has its own JavaScript engine. Google Chrome ...00
NSNiranjan Singhinniranjan65.hashnode.dev·Aug 15, 2025 · 3 min readTokenization Made Simple: How AI Turns Words into NumbersIf you’re starting out in AI, Natural Language Processing (NLP), or just curious about how tools like ChatGPT understand text, you’ll run into a strange but important word: tokenization. It might sound like some secret coding spell but really, it’s j...00
NSNiranjan Singhintheniranjan.hashnode.dev·Aug 15, 2025 · 3 min readGPT Explained Like You're 5: The Kid-Friendly Guide to AIWhat is GPT? (Explained for a 5-Year-Old) Have you ever talked to a computer that talks back like a person? That’s kind of what GPT is. But to understand it, let’s imagine… The Magical Parrot Picture a talking parrot.But this isn’t just any parrot, t...00