- 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.
- 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.