learnwithdevesh.hashnode.devArray Methods You Must Know`push() and pop()`Today we are learning a very important concept of arrays. Let’s first talk about push(). The push() method adds a new item to the end of an array.Example: let cart = ["Milk", "Bread"5d ago·5 min read
learnwithdevesh.hashnode.dev When Devesh Organized His Wedding Using JavaScript PromisesIn the heart of Bareilly lived a simple yet ambitious developer named Devesh Baghel. By profession, he wrote JavaScript. By passion, he debugged life.When the time came to organize his wedding, his re5d ago·5 min read
learnwithdevesh.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat is Emmet? (In very simple terms) Emmet is like a shortcut tool for coding.It helps you write HTML and CSS much faster. You just type a small shortcut,and Emmet expands it into a full HTML structure. Because of this: your time is saved you make...Jan 29·2 min read
learnwithdevesh.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWhy CSS Selectors Are Needed Imagine you have written a lot of HTML tags.There are 100+ elements on the page. Now if you want to style them, how will the browser know which element you are talking about? This is where CSS selectors come in.A selector...Jan 29·2 min read
learnwithdevesh.hashnode.devUnderstanding HTML Tags and ElementsWhat is HTML and Why Do We Use It? HTML stands for HyperText Markup Language. First of all, HTML is not a programming language.It is a markup language. Markup means writing the structure of a website. For example: headings paragraphs images butto...Jan 29·2 min read