MCMayur Chawlainchawlamayur.hashnode.dev·Jan 1, 2023 · 5 min readCreate your Promises.This blog mainly focuses on the creation of promises, rather than the explanation of promises, but here is a quick intro. What is a promise? Definitions from web-dev sites : MDN Docs: The Promise object represents an eventual completion(or failure)...00
MCMayur Chawlainchawlamayur.hashnode.dev·May 14, 2022 · 2 min readObjects.. What do Browsers Process..The real world is made up of Objects and virtual world(Internet) today is also almost made up of objects.. Objects as we all know are key-value pairs(key:value -- property:value). example of an Object in JavaScript : let car = { "type": "Hyunda...00
MCMayur Chawlainchawlamayur.hashnode.dev·May 29, 2021 · 3 min readCSS Specificity. Heard about it?Style can be applied to the HTML documents in various ways, using the style attribute in elements( also called Inline styles), using style tag in the head section( embedded style-sheet ) of the HTML documents, and using Cascading Style Sheets or CSS ...00
MCMayur Chawlainchawlamayur.hashnode.dev·May 29, 2021 · 3 min readDifferent CSS Frameworks(ready to use)CSS stands for Cascading Style Sheets. Cascading Style Sheets or CSS is a simple mechanism for adding style (e.g., fonts, colors, spacing) to Web documents and modern-day Web-Apps. Today, I am assuming that you know the basics of CSS and so, I am goi...00
MCMayur Chawlainchawlamayur.hashnode.dev·May 28, 2021 · 4 min readEslint, Emmet, and Other Web-Dev friends.Hello and Welcome. Today I am going to tell you something about Eslint, Emmet, and about other Web-Dev friends. ESLINT - Pluggable Javascript Code Analysis Tool Eslint is an open-source Text static code analysis tool to check syntax, find problems, ...00