Skip to content

Instantly share code, notes, and snippets.

View zzyou's full-sized avatar

Zhenzhen You zzyou

View GitHub Profile
@zzyou
zzyou / objective.js
Last active April 14, 2018 19:42
Zhenzhen's JavaScript Objectives. Rock Paper Scissor Game. April 2018.
/* Section 1 - JavaScript Objectives.
Techtonica
JS1: variables, strings, integers.
JS2: arrays, functions.
JS3: booleans.
JS4: loops.
JS5: switch statements and functions.
JS6: object literals.
JS7: regular expressions.