How do I reset the starter code? The button with the arrow in it does not do that. Stuck on modifier math problem
Hey @ari_cohen,
The button with arrows in a circle (looks like the recycle symbol) resets to the starter code. For Modifier Math the starter code should look something like:
var x = 5;
x = x + 0;
print(x);
x = x - 0;
print(x)
If you’re not seeing that when you tap the reset button — thats a bug, and we’d love to investigate further. Tap the three dots on the top right corner to report the issue.
Hopefully this helps!
H
1 Like