You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
In Task 2 of the Mario 2 Studio, the instructions state:
Once you have the pyramid showing up, delete the "Under Construction" notice from the container
. Of course, the normal thing to do would be to delete those lines directly from your mario.html page. But just to get some more practice, don't do that. Instead, add another line to your drawPyramid function so that it programatically deletes the
.
The code that is checked out for the studio gives the
in question an id of "construction" instead of "notice".
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In Task 2 of the Mario 2 Studio, the instructions state:
Once you have the pyramid showing up, delete the "Under Construction" notice from the container
The code that is checked out for the studio gives the
The text was updated successfully, but these errors were encountered: