NSNirbhay singhinnirbhaysingh.hashnode.dev·Mar 30, 2023 · 2 min readObject In JavascriptObjects in JavaScript, just as in many other programming languages, can be compared to objects in real life. In JavaScript, an object is a standalone entity, with properties and type. Compare it with a cup, for example. A cup is an object, with prope...00
NSNirbhay singhinnirbhaysingh.hashnode.dev·Mar 28, 2023 · 1 min readArrays In JavaScriptIn JavaScript, an array is a type of data structure that is used to store a collection of values. An array is defined using square brackets, and its elements are separated by commas. JavaScript provides many methods for working with arrays. Some of t...00
NSNirbhay singhinnirbhaysingh.hashnode.dev·Jan 29, 2023 · 3 min readVariables in JAVASCRIPT*What is JavaScript Variable? --A JavaScript variable is simply a name of storage location. Imagine a computer memory as your kitchen where you put each thing in a particular order so when you need that thing you went there and grab what you want it....00
NSNirbhay singhinnirbhaysingh.hashnode.dev·Dec 2, 2022 · 3 min readA Ultimate Guide to CSS Selectors with Examples1. What is Selector in CSS? A CSS selector is the first part of a CSS Rule. It is a pattern of elements and other terms that tell the browser which HTML elements should be selected to have the CSS property values inside the rule applied to them. Exam...00