Skip to content

Instantly share code, notes, and snippets.

View zmess24's full-sized avatar

Zac Messinger zmess24

View GitHub Profile

Intro to ExpressJS


Learning Objectives

  • Create a Basic App From Scratch With the Express Framework

JavaScript Classes


Lesson Objectives

  1. Creating Objects Recap.
  2. ES6 Classes.
  3. Declaring a Class.
  4. Instantiating an Object.


Learning Objectives:

  • Explain the use case for jQuery
  • Include jQuery in projects
  • Use the jQuery function to select DOM Elements
  • Traverse the jQuery Object/Set
@zmess24
zmess24 / Whack-a-Mole.md
Last active May 14, 2018 18:33
README for Whack-a-Mole game.

Whack-a-Mole


Your Task

A prestigous arcade company has hired you as a contractor! They want to move into the 20th century by translating their famous 'Whack-a-Mole' arcade game from physical to digital.

JS Application Structure


Learning Objectives

  1. Be to understand & create the folder structure for a static website.

What does 'static' mean?

Objects in JavaScript


Learning Objectives

  • Define Object Oriented Programming
  • Be able to create objects
  • Know the difference between dot and bracket object access notation
  • Be able to iterate over the properties and keys of an object