Chhakuli Zingareforchhakulizingare.hashnode.net·Sep 12, 2022Featured♻️ JavaScript: Event Loop♻️Oh, boi🕺🏼the event loop. It’s one of those things that every JavaScript developer has to deal with in one way or another, but it can be a bit confusing to understand at first. In one single sentence, let’s define what is the event loop: Moving ev...Anirudh Jwala and 11 others are discussing this12 people are discussing thisDiscuss·110 likes·1.6K readsLearn Code Online
Anupam Kumar KrishnanforAnupam Kumar Krishnan's Bloganupamkumarkrishnan.hashnode.net·Jan 27, 2023React JS ⚛️What is React JS? ⚛️ A JavaScript Library for Building User Interfaces (UI) created by Jordan Walke(Software Engineer at Facebook) was released in the year 2013. The User Interface(UI) is a point of Human Interaction and Communication. It has a Huge...Discuss·42 likes·98 readsReact
Archit BadjatyaforArchit Badjatya's blogbadjatya.hashnode.net·Nov 6, 2022Introduction to Web and HTMLServers The web pages that we interact with in our day-to-day life are built using only three technologies: HTML, CSS and JavaScript. These pages are created in our local environment, which is a local host, but then they must be published online so t...Nandini Chhajed and 3 others are discussing this4 people are discussing thisDiscuss·40 likes·336 readsiwritecode
Deepak Nayakfordeepaknayak.hashnode.net·Apr 17, 2023Undefined and Not DefinedUndefined : You can only find undefined in Javascript, not in any other languages. But you guys must be wondering what undefined is. Undefined is a very special word in Javascript that gets stored inside the variable during the memory execution phase...Discussiwritecode
Archit BadjatyaforArchit Badjatya's blogbadjatya.hashnode.net·Apr 13, 2023Understanding CSS Flexbox in depthWhat is CSS Flexbox? A one-dimensional layout approach that offers space distribution and alignment capabilities is called the Flexible Box Model. The flexible box module usually refers as Flexbox. Before Flexbox, we used to align elements using floa...Nandini Chhajed and 1 other are discussing this2 people are discussing thisDiscuss·22 likes·54 readsCSS
Deepak Nayakfordeepaknayak.hashnode.net·Apr 14, 2023Spread and Rest with Code SnippetsSpread Operator: Spread Operator came into existence after es6 was introduced to javascript. The spread Operator is represented using (...) it is mostly used in array not only array it is also used in iterable objects. The spread operator allows you ...Discuss·1 like·34 readsJavaScript
Viyyapu Yashoda LakshmiforViyyapu Yashoda Lakshmi's blogyashoda.hashnode.net·Apr 11, 2023CSS Grid LayoutTable of Contents Grid Layout in CSS Grid Container Grid Item Grid Layout in CSS: Grid is a CSS layout model that allows its users to arrange elements appearing on a website into various rows and columns. This model partitions a web page into...DiscussGeneral Programming
ANUJ KUMARforanujanu123.hashnode.net·Apr 9, 2023JavaScript interview Preparation cheat-sheet.In this article we learn about some most important javaScript interview cheat-sheet. Scope Introducing Scope in JavaScript. A variable’s scope is the part of a program where it is available for use. JavaScript variables are lexically scoped, meaning ...DiscussJavaScript
Soubhagya Ranjan NayakforSoubhagyaRanjan's Blogsoubhagya2580.hashnode.net·Apr 6, 2023Mastering CSS Grid: Creating Beautiful Layouts with EaseCSS Grid is a powerful layout system that allows you to create complex layouts with ease. It works by creating a grid of rows and columns that you can use to place and align elements on a web page. CSS Grid is particularly useful for creating respons...Discussineuron
Soubhagya Ranjan NayakforSoubhagyaRanjan's Blogsoubhagya2580.hashnode.net·Apr 6, 2023Responsive Web Design with Media QueriesMedia queries are a powerful tool in CSS that allows you to apply different styles based on the device or screen size. You can use media queries to target specific screen sizes, device types, and even specific features of the device such as orientati...Discussineuron
Soubhagya Ranjan NayakforSoubhagyaRanjan's Blogsoubhagya2580.hashnode.net·Apr 6, 2023CSS Box ModelCSS positioning is a layout technique used to control the position and layout of HTML elements on a web page. There are several positioning methods available in CSS, including static, relative, absolute, fixed, and sticky. Static Positioning: Static...Discussineuron
Soubhagya Ranjan NayakforSoubhagyaRanjan's Blogsoubhagya2580.hashnode.net·Apr 6, 2023"Mastering CSS Flexbox: A Comprehensive Guide to Creating Dynamic Layouts"CSS Flexbox is a layout module that provides a more efficient way to align and distribute space among items in a container. It consists of a parent element (the "flex container") and its child elements (the "flex items"). Some key features of CSS Fle...Discussineuron
Soubhagya Ranjan NayakforSoubhagyaRanjan's Blogsoubhagya2580.hashnode.net·Apr 6, 2023"Enhancing Web Content with HTML Audio and Video Tags: A Guide for Web Developers"<audio> tag: This tag is used to embed audio content into a web page. It supports various audio formats such as MP3, WAV, and OGG. Some attributes that can be used with the <audio> tag are: src: Specifies the URL of the audio file to be played. co...Discussineuron