

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: Reset Visited
incomplete
2: Solve the Maze
incomplete
3: Submit Project
incomplete
This lesson's interactive features are locked, please to keep using them
We actually need to traverse our grid twice - once to break the walls, then once again when we actually solve the maze (which we'll do in the next lesson).
As such, let's add a method to reset the visited property of all the cells in the maze so we can reuse it when solving the maze.
Run and submit the CLI tests.