Traversy Media
This section is based on the course JS Crash Course for Beginners, also available on Youtube
-
http
28/02/22Notes about http requests and responses
-
Input Events
22/01/22Keyboard Events ..are not so useful for forms since people can copy/paste or use …
-
Mouse Events
21/01/22from JavaScript.info Up to 21 mins on Part 3 Traversy action what it does …
-
Event Listeners
21/01/22Notes from part 3 of the DOM videos
-
Modifying the DOM
20/01/22Creating elements, adding styles and classes and attributes.
-
Traversing the DOM
20/01/22Notes from vid 2, 14.14s, on the DOM
-
Item Lister
15/01/22Simple app to list out items
-
DOM Notes
14/01/22Some notes on the DOM section and a form.
-
Array Methods
04/01/22An overview of some of the newer array methods
-
Constructor Functions
28/12/21Constructor functions start @ 59mins on vid 1. Constructor functions are functions …
-
Conditionals
25/12/21An intro to conditional statement and characters including equals signs.
-
JSON
24/12/21From the JS Crash Course at 36 mins. JSON (JavaScript Object Notation) is used to …
-
Objects
24/12/21Objects are collections of variable, arrray or other objects. Basic syntax: const …
-
Arrays
24/12/21Create a new array There are two ways: with square brackets or using the new …
-
Methods
24/12/21Methods A method is a function that is associated with an object. Traversy media …
-
Variables
24/12/21Naming variables Variables can use any letter, upper or lowercase, a dollar sign $ …