jswithrachit.hashnode.devUnderstanding Operators in JavaScript: The Building Blocks of LogicIf you've ever typed a sum into a calculator or sorted items in a list, you've used operators! In JavaScript, operators are special symbols or keywords that tell the interpreter to perform a specific 4d ago·7 min read
jswithrachit.hashnode.devUnderstanding Variables and Data Types in JavaScriptImagine you are moving into a new house You have a lot of stuff—books, clothes, kitchen gadgets. To keep things organized, you put them in boxes and put a label on each box. So in programming the box 5d ago·8 min read
jswithrachit.hashnode.devThe Engine Room: JavaScript Internals and MemoryIf you think your attention span is cooked because of Instagram Reels, imagine being the JavaScript Engine. You’re basically a head chef in a high-speed restaurant where the customers (users) expect their food the second they think of it. To keep up,...Feb 18·8 min read
jswithrachit.hashnode.devWhy Does JavaScript Exist? A Deep Dive into Web History.Imagine it is 1995 and you hit a url of a website , it takes 3 minutes just for the site to load. Now what are the chaces of you waiting for that much amount of time. As we know our attention span is cooked up by watching reels and shorts.But a 10-da...Feb 16·5 min read
rachittan.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupChapter 1 :- Introduction To Emmet Emmet abbreviations are short expressions that expand into full HTML or CSS code inside code editors. Before Emmet there were mainly 3 problems - HTML was extremely repetitive Developers typed far more structure t...Jan 30·2 min read