Skip to content

Instantly share code, notes, and snippets.

@bryantee
Last active September 20, 2016 13:49
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 bryantee/7c88bf48b2344a9e34cf63156a8f3ffb to your computer and use it in GitHub Desktop.
Save bryantee/7c88bf48b2344a9e34cf63156a8f3ffb to your computer and use it in GitHub Desktop.
Week of 9-18-16 Mentor Session Questions

Monday 9-19-16 -- Mario and Bryan

Problem sets


jQuery

  • Prefixing specific class on element with 'js-' for JavaScript? Not mixing w/ css styling classes. Do a lot of developers do this?
  • Event bubbling / using event.stopPropagation()
    • Bubble up vs capture
  • Passing event object from event listener to named function and binding to var using $(this) -- Having issues

General questions

  • Best way to get better at reading through code efficiently and understanding it (from other's and self).

Weekly Roadmap

  • Monday
    • Review drills
    • Pair prog Text Analyser
  • Tuesday
    • Text Analyzer
    • State Management
  • Wednesday
    • Review API / AJAX
    • Discuss Capstone / API
  • Thursday
    • AJAX / API
    • Wireframe capstone
  • Friday
    • Start Capstone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment