The Document Object ModelIntroduction to DOM What is the DOM Document Object Model: structured representation of HTML documents allows JavaScript to access HTML elements and styles to manipulate them Connection between the HTML, CSS and JavaScript The DOM Tree Structure ...Jul 17, 2022·2 min read
JavaScript Functions (Simplified)Functions are an essential element in Programming anything really, so let's dive into functions, and how they work, specifically in JavaScriJul 9, 2022·3 min read
The CSS Box Model (Simplified)Everything in the web is displayed as blocks, that's what makes understanding the box model in CSS the most fundamental block in creating websitesJul 8, 2022·1 min read