JavaScript Interview Preparation CheatSheetTopics: Scope (Global, Local, Block, Lexical Environment, Scope chaining) Single Thread Call Stack Hoisting Scope: A lot of (JavaScript) developers talks about “the scope”, but what is it? Scope tells us about the reach of a particular variable in ...Sep 10, 2022·6 min read
What is Markdown, and why should you use it?What Is It? Markdown is a plain text formatting syntax aimed at making writing for the internet easier. The philosophy behind Markdown is that plain text documents should be readable without tags mussing everything up, but there should still be ways ...Jul 23, 2022·3 min read
The CSS PositionOverview The CSS position property defines the position of an HTML element inside the browser's viewport. By default, all the HTML elements will follow a default order. We can use the CSS position property to manipulate the position of HTML elements ...Jul 22, 2022·6 min read
CSS Selectors Made EasyCSS Selectors Before talking about what is CSS, we will take a glimpse HTML. HTML (HyperText Markup Language) is nothing but a code that is used to structure a web page and its content. It is used to tell the web browser what each part of the websit...Jul 22, 2022·6 min read