Skip to content

Instantly share code, notes, and snippets.

@bgveenstra
Created March 2, 2017 18:14
Show Gist options
  • Save bgveenstra/1382b2de7bb787fc954cd1458f925019 to your computer and use it in GitHub Desktop.
Save bgveenstra/1382b2de7bb787fc954cd1458f925019 to your computer and use it in GitHub Desktop.

Week 12 Learning Objectives

Interview Prep - Strategies

  • Follow a planned series of steps when answering in-person technical interview questions.
  • Explain technical thinking to another person while coding or whiteboarding.
  • Follow a planned series of steps when working on take-home technical challenges.
  • Identify interviewing areas of strength and areas to focus on and improve.

Interview Prep - Topics

  • Recognize and apply JavaScript features: this, call, closures.
  • Apply good coding syntax habits even on whiteboard: = vs == vs ===; correct syntax for loops; correct syntax for if/else; semantic variable naming.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment