Mar 15 · 4 min read · Introduction - As JavaScript evolved, developers looked for ways to write cleaner and more readable code. One of the improvements introduced in modern JavaScript (ES6) is the arrow function. Arrow fun
Join discussionMar 15 · 4 min read · Introduction - Functions are one of the most important building blocks in JavaScript. They allow us to group code into reusable pieces so we don’t have to repeat the same logic multiple times. Instead
Join discussion
Jan 31 · 3 min read · Introduction - When you write CSS you are not styling the entire webpage at once. You are choosing which elements should get which styles.That choice is made using CSS selectors. If HTML gives structure to a page, CSS selectors decide where styles ap...
Join discussion
Jan 31 · 3 min read · Introduction - When you open any website what you see on the screen is the result of many things working together. But at the base of it all is HTML. HTML is not about design or logic. It is about structure.If a webpage were a human body HTML would b...
Join discussion