yashika29.hashnode.devArrow Functions in JavaScript: A Simpler Way to Write FunctionsWhat are arrow functions? Before we see what arrow functions are, let's first see why do we need arrow functions? Are they mandatory to use? Probably not, but it does give your fingers a rest. It work2d ago·4 min read
yashika29.hashnode.devArray Methods You Must KnowEvery written a long for loop just to modify an array like adding a new item at end, removing an item from start, mapping each value of array to some other value and getting new array out of it or doiMar 1·8 min read
yashika29.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat a Browser Actually Is Most people think a browser is just a window to the internet, but that’s like saying a car is just a seat with a view. Beyond "opening websites," a browser is a highly complFeb 28·6 min read
yashika29.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWriting HTML by hand can feel painfully slow. Typing <div class="container"><p>Hello World!</p></div> involves opening brackets, closing brackets, quotes, and slashes. It’s tedious. What if you could Feb 28·3 min read
yashika29.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWhy do we need CSS Selectors? Imagine you are a teacher in a classroom full of students. If you shout, "Hey, you! Sit down!" everyone will be confused. You need a way to target exactly who you are talFeb 28·3 min read