You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2022. It is now read-only.
###JavascriptMany solutions to the exercises can be seen by opening the browser console
Prompt Exercise using prompt() and console.log()
For Loop Exercises
While Loop Exercises
Using Functions Problem Set
Todo List using Arrays
Array Problem Set
Movie Database, practice with creating Objects
####Interacting with the DOM
Intro to Selectors (.getElementById, .getElementByTagName, .querySelector, etc.)
Selector Exercise
Adding Listeners (.addElementListener)
Score Keeper, using .addEventListener, reviewing typecasting, selectors
###jQuery
Selector Exercise
jQuery Methods
###Node.jsInstead of using C9 as Colt recommended, I create my projects locally
Intro to the Command Line
Intro to NPM (using simple npm packages catMe & faker)
Intro to Express
Routes, .get, response (res) and request (req)
Using CSS stylesheets, Partials, app.use (to serve other directories in the project), and app.set (set root folder and set default template file extension)
About
Collection of coursework I've done from Colt Steele's Udemy Web Development course