In practice 1 of lesson 24 you're asked to create a dictionary with certain keys and values. Adding extra key-value pairs causes the game to get stuck while it says "Running Tests...".
How to reproduce
-Go to lesson 24
-Go to practice 1
-Press "Run" with the following code: var inventory = {"healing heart": 3, "gems": 9, "sword": 1, "extra": 4}
Expected behavior
The game should either accept the solution or give an error message.
Information about your device (please complete the following information):
In practice 1 of lesson 24 you're asked to create a dictionary with certain keys and values. Adding extra key-value pairs causes the game to get stuck while it says "Running Tests...".
How to reproduce -Go to lesson 24 -Go to practice 1 -Press "Run" with the following code:
var inventory = {"healing heart": 3, "gems": 9, "sword": 1, "extra": 4}
Expected behavior The game should either accept the solution or give an error message.
Information about your device (please complete the following information):