AJAshish Jhainashishjha14.hashnode.dev·Jan 20, 2023 · 4 min readJavaScript Functions: A detailed GuideJavascript is a programming language and it is highly dependent on functions like many other languages to make code more modular and concise. In functional Programming functions are pure Functions, which means if the input is not changed the output o...00
AJAshish Jhainashishjha14.hashnode.dev·Jan 20, 2023 · 3 min readThe flow of Code Execution in JavascriptJavascript is a language designed for the Web, Everything that happens in it, happens in an Execution Context. If a program runs in javascript an execution context is created. Everytime an execution context is created it is created in two phases. Cre...00
AJAshish Jhainashishjha14.hashnode.dev·Jan 20, 2023 · 4 min readJavascript And its ObjectJavaScript objects are a fundamental concept in the language and are used to store and organize data. They are similar to real-world objects in that they have properties and methods that can be used to manipulate and access their data. In this articl...00
AJAshish Jhainashishjha14.hashnode.dev·Jan 20, 2023 · 5 min readWebsite Responsiveness and Application of Media QueriesWhat is responsive design and why do we need it? Responsive Design refers to the ability of the web design/UI to not break on different types of devices. In simple words, a web page should look good on 4k screens and on the small mobile device screen...00
AJAshish Jhainashishjha14.hashnode.dev·Jan 20, 2023 · 3 min readCSS Grid: An OverviewCSS Grid is an incredibly powerful tool for creating intricate and organized web page layouts. It allows for a much more flexible layout system than traditional HTML and CSS, allowing elements to be placed in specific rows and columns, and have speci...00