JavaScript | Behind the Scenes

We code in JavaScript to make websites, web applications, games, etc. but have we ever thought about how the code is executed? So here I am to explain how JavaScript executes its code with a simple example. View Blog

CSS Box Model - Basics

Cascading Style Sheets or CSS is the styling language used to structure, style the HTML components. Everything in CSS is a box. With the CSS box model, we can understand positioning elements using padding, border, and margin. View Blog