Skip to content

Learning Objectives wk 2

Evan Cole edited this page Oct 2, 2019 · 3 revisions

JS

  • master function tracing:
    • declaring vs. calling
    • arguments & parameters
    • return values
  • predicting explicit coercion behavior
  • predicting truthiness operator results
  • correctly compare and swap values with arrays & objects

projecting

  • further separating User Interface from Core Logic
  • testing core logic in isolation
  • using the devtools to simulate different devices (responsive design)

Git & GitHub

  • be at ease with Forking / Pull Request workflow on GitHub
  • begin to use branching and merging to complete your projects

Clone this wiki locally