NPNaveen Polasainnaveenpolasa.hashnode.dev·Jan 20, 2023 · 3 min readObjects in JavaScriptUnderstanding Objects in JavaScript is very important as Objects and Arrays will be used extensively while working with JavaScript. Objects are nothing but the collection of a bunch of variables also called properties and methods Objects are declared...00
NPNaveen Polasainnaveenpolasa.hashnode.dev·Dec 18, 2022 · 4 min readArrays in JavaScriptWhat is an Array? Arrays are used to store multiple values in a single variable by using this data type we can perform various methods on the data. Arrays are the most used datatypes to store multiple values. We can perform various tasks on the array...00
NPNaveen Polasainnaveenpolasa.hashnode.dev·Nov 22, 2022 · 3 min readCSS Box ModelThe Box Model Everything is CSS is considered as a box and all of the styling applied based on the box properties of the element. It is important to understand these because if we have good grip in box model it will be easy to create complex layout...00
NPNaveen Polasainnaveenpolasa.hashnode.dev·Nov 22, 2022 · 6 min readCSS Grid LayoutGrid Layout Grid is used to to arrange the HTML elements in desired layout. We can arrange the elements in the columns and rows as we wanted. In CSS flexbox we can only arrange the items in the one dimensional format we don't have much control over t...00
NPNaveen Polasainnaveenpolasa.hashnode.dev·Nov 21, 2022 · 3 min readMedia Queries in CSSMedia Queries The most important feature of any website is that it should be responsive. Website should be able to adjust the content based on the screen sizes we can't show same design for every device in the website it will make the user experience...00