To review

Feb 21, 2017 09:18 · 134 words · 1 minute read notes bootcamp

basic features

theory/research

  • fitts’ law on predictive model of human movement.
  • ES6 let and const declarations
  • CORS
  • JSONP (takes more research than CORS)
  • read more about promises .then() .catch() what are the implications of the new promises created by these methods.
  • consider looking into fetch api which replaces xmlHTTP, uses promises natively. Joel has written a blog post on promises.
  • slurping .toarray
  • Generic functions & polymorphism
  • Higher order functions
  • Object composition
  • pure render function (returns the representation of the UI based on the available data at that point in time)

tools/useful docs for devs

extra stuff