Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.47 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.47 KB

JS User Group Ramp Up

Goals

To provide a collaborative ramp up opportunity for the community that might not know where to start and to cover introductory topics that might not otherwise be covered by the normal presentation format of the group.

Format

  • Setup 8-10 tables of 6 chairs each
  • As people arrive, determine which topic / role they are there for
    • if they are first, allocate a table to that topic
    • point them to the appropriate table
    • Once at least 2 people are at a table, they should pair and start
  • Mentors
    • Learn each others names
    • Familiarize with the goals of the topic and the level of the members of the group
    • Encourage people to split into pairs
    • Introduce the first exercise and help people transition to coding

Topics

  1. new to programming

when do I use if, for, switch, var?

  1. new to javascript

what is falsy, bind, call, apply?

  1. js in node

what is node, npm, commonJS?

  1. native DOM

what do you mean I don't need jQuery anymore?

  1. UPDATED array methods

when do I use slice, splice, filter, map, reduce?

  1. objects and inheritance

how do I do inheritance in JavaScript?

  1. NEW intro to es6

const, let, template strings, arrow functions

  1. callbacks and promises

what is callback hell? what is a promise?