SGSayantan Ghoshinsayantan23.hashnode.dev·Feb 14, 2023 · 11 min readArray and Array Methods in JavaScript...JavaScript Array In JavaScript array is a non-primitive data type where we can store an ordered list of values under a single variable name. Each value is called an element and specified by an index. A JavaScript array has the following characteristi...00
SGSayantan Ghoshinsayantan23.hashnode.dev·Feb 10, 2023 · 3 min readIntroduction to JavaScript...What is JavaScript JavaScript is a programming language used Primarily by web browsers to create a dynamic and interactive user experience. It is the flagship of web development. Most web applications in modern days use some sort of JavaScript. JavaS...00
SGSayantan Ghoshinsayantan23.hashnode.dev·Dec 22, 2022 · 4 min readCSS Box Model...What is CSS Box Model? CSS Box Model is a set of rules that determines how the browser's rendering engine renders the HTML elements of our web page. The web browser renders every element as a rectangular box according to the CSS Box Model. CSS determ...00
SGSayantan Ghoshinsayantan23.hashnode.dev·Dec 21, 2022 · 8 min readGit and GitHub...What is Git? Git is a distributed version control system or VCS that tracks the changes we make in our files. It is designed for people and teams to collaborate on projects together. As developers make any changes to the project, any earlier version ...00
SGSayantan Ghoshinsayantan23.hashnode.dev·Nov 26, 2022 · 5 min readCSS Media Queries...There are lot of things to talk about media queries and a lot of things to learn. In this article I'm going to discuss the main purpose of media query and how we use media query most of the times. What are Media Queries? Media queries are a way to ta...00