PinnedGet Started With FlexboxWhat is Flexbox? π€π Flexbox is a layout model that enables efficient and dynamic element arrangement. This one-dimensional layout allows elements to be placed inside a container with evenly distributed space. This layout makes elements responsive,...Aug 11, 2022Β·6 min readΒ·1.3K
React JS βοΈA JavaScript Library for building User Interfaces, not a frameworkJan 27, 2023Β·2 min readΒ·121
JavaScript V8 Engine in Node JSWhat is Node JS? Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on a JavaScript Engine and executes JavaScript code outside a web browser, which was designed to build scalable network applications. What i...Nov 5, 2022Β·3 min readΒ·147
JavaScript Interview Preparation Cheat SheetScope, Single-Thread, Call Stack, HoistingSep 11, 2022Β·4 min readΒ·129
Arrays in JavaScript : An in-depth GuideWhat is Array [ ] ? An array is a type of variable that uses a specific syntax to store multiple values. An array can be created with either an array literal or the Array constructor syntax. const languages = ["C", "C++", "Python", "Java"]; Why Use A...Aug 27, 2022Β·4 min readΒ·82
CSS Selector: All You Need To KnowA Detailed Guide on CSS Selector with code examplesJul 24, 2022Β·7 min readΒ·167