What is the difference between em and rem units?Both em and rem units are based on the font-size CSS property. The only difference is where they inherit their values from.Sep 21, 2023Sep 21, 2023
What is Big O Notation?Big O notation is used in Computer Science to describe the time complexity of an algorithm. The best algorithms will execute the fastest…Aug 29, 2023Aug 29, 2023
“use strict”What does 'use strict' do and what are some of the key benefits to using it?Aug 18, 2023Aug 18, 2023
Synchronous vs Asynchronous CodeWhat is the difference between synchronous and asynchronous code in JavaScript?Aug 18, 2023Aug 18, 2023
JavaScript Expression vs StatementWhat is the difference between an expression and a statement in JavaScript?Aug 18, 2023Aug 18, 2023
Phases of the Component Lifecycle in ReactThere are four different phases of a component’s lifecycle:Jun 6, 2023Jun 6, 2023
Why JS?Just like many other web developers, JavaScript was the first programming language I picked up along with HTML and CSS. Earlier, it was a…Feb 8, 2023Feb 8, 2023