

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Still calibrating
click for more info
Not enough gems
Cost: 6 gems
1: Unit Tests
incomplete
2: Two Lesson Types
incomplete
3: Debugging
incomplete
4: Learning Effectively
incomplete
5: Debugging Practice
incomplete
6: Stack Trace
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
This course is about to get a bit harder. There's no way around it, if programming were a walk in the park everyone would be earning 6 figures as a software engineer. But it's not, and to succeed without getting stuck and frustrated, you need to learn how to learn.
print() statements and use the Run button to see if your code is doing what you expect at each step. It's easier to find issues in small bits of code than in large blocks of code.
print() statements. If the assignment you're working on is testing console output, be sure to remove your print() statements before submitting.↶ button. For example, maybe you forgot which modifications you made vs which code was left by the instructor.