Skip to content

Instantly share code, notes, and snippets.

@neight-allen
Created February 6, 2017 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neight-allen/b90fe58c10a9ff531e0703b5aac29658 to your computer and use it in GitHub Desktop.
Save neight-allen/b90fe58c10a9ff531e0703b5aac29658 to your computer and use it in GitHub Desktop.

Tutorial Overview

Everyone

Functions

  • 15 minutes: Work through the 01-calling-functions tutorial.
  • 5 minutes: Review as a group
  • 5 minutes: pomodoro
  • 15 minutes: Work through the 02-what-is-this tutorial
  • 5 minutes: Review as a group
  • 5 minutes: pomodoro

The other 3 lessons are more advanced, and not as necessary for you to know, but feel free to work through them on your own.

Object Oriented Javascript

We'll spend our last 20ish minutes here. Work through these two, and I'll cut us off at some point to go over them.

You can do the third one, but we won't be going over it

Smallish groups after lunch (WIP)

We'll split the class into three groups to focus on each of these sections. Expect at least two members from each group to spend about 10 minutes in front of the class:

  • Spend about 5-7 minutes explaining the concepts you researched
    • The basics
    • What surprised you?
    • What do you think some use cases are for these concepts?
    • What questions do you still have?
  • Leave a few minutes for questions from the class

Array Prototype Methods

Basically the enumerables. The lesson is split into the Readme and one additional file. They each cover a lot of enumerables, and only the README has demos for you to work through.

01-array-prototype-methods

Events

DOM Traversal and event listeners. We've given you the basics, now dive deep.

04-events

Asynchronous Javascript

Everything you wanted to know about callbacks and promises, but were afraid to ask.

05-asynchronous-javascript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment