HTML 1: HTML fundamentals
Notes on HTML boilerplate, Open Graph tags, introduction and audio and video elements, iframe element, and links
working reference
References to come back to when working on projects.
Notes on HTML boilerplate, Open Graph tags, introduction and audio and video elements, iframe element, and links
Overview of essential semantic HTML elements.
Overview of form and table elements including client-side validation, form states, and basic HTTP methods
Essential ARIA attributes
An overview of JavaScript's primitive and non-primitive data types, how to declare and reassign variables with let and const, and tools like typeof and console.log for debugging.
String manipulation in JavaScript — bracket notation, template literals, escape sequences, and essential methods like indexOf, slice, replace, and trim.
Arithmetic operators, type coercion, comparison and logical operators, truthy and falsy values, the Math object, and methods for converting and formatting numbers.
Declaring and calling functions, parameters and return values, arrow functions, anonymous functions, and how programming scope works in JavaScript.
Creating and manipulating arrays in JavaScript
Usages discoverd about how JS works from examples and practice.