Closed duianto closed 2 years ago
Issue description:
Lesson 23, stacks example, array items doesn't match gems in the left panel.
To Reproduce Steps to reproduce the bug:
Using arrays as stacks
Observed behavior
The left panel shows the following gems, from top to bottom:
But the code in the right panel uses the same name for all three items in the array:
var crates = ["fire gem", "fire gem", "fire gem"]
Expected behavior
The code should probably match the gems in the left panel.
var crates = ["fire gem", "yellow gem", "blue gem"]
Screenshots
Information about your device (please complete the following information):
The gems in the left panel seem to change. A green heart gem appeared at the top this time:
green heart
Fixed via e0ea530f0d92459ea1faeb84d40e6a082c6c8c8c
Issue description:
Lesson 23, stacks example, array items doesn't match gems in the left panel.
To Reproduce Steps to reproduce the bug:
Using arrays as stacks
Observed behavior
The left panel shows the following gems, from top to bottom:
But the code in the right panel uses the same name for all three items in the array:
Expected behavior
The code should probably match the gems in the left panel.
Screenshots
Information about your device (please complete the following information):