JavaScript interview cheat sheetwhy we need JavaScript? JavaScript is a very useful and necessary programming language for any web developer as most of the web works on js web stack like React.js,Angular.js,Vue.js for frontend and Node.js for backend is a very popular choice for T...Sep 11, 2022·4 min read
Css SelectorsIntro In CSS, selectors are patterns used to target the element we need to style. 1.Simple Selectors simple selectors targets things that are directly linked to HTML. Classes can be added to HTML elements, tag/elements selectors refer to HTML element...Jul 22, 2022·2 min read