News

JavaScript’s Math object properties are treated as constants. In fact, the property names are all uppercase, following the usual convention of capitalizing variable constants.
There are two ways to access the properties of an object: dot notation (.) and bracket notation ([]), similar to an array. Dot notation is what you use when you know the name of the property you're ...
A drum kit website made in mid-November of 2020 using more advanced JavaScript and DOM Manipulation concepts. Gained a greater understanding of click and keyboard event listeners, JavaScript objects ...
Topics covered include: Object creation Bracket vs Dot Notation Property descriptors How object references work Prototype chain Modern syntax like spread and destructuring Loop over objects Custom ...