After submitting the solution of the last challenge, we get the following output
# PASS Your solution to SCOPE passed!
Here's the official solution in case you want to compare notes:
───────────────────────────────────────────────────────────────
#EXCELLENT!
You got it! The second function has the scope we were looking for.
Run javascripting in the console to choose the next challenge.
───────────────────────────────────────────────────────────────
You've finished all the challenges! Hooray!
Once all the challenges are done, there's no use of the message asking us to run javascripting in the console to choose the next challenge. Of course, there's no challenge after the last one.
I think we should remove the line "Run javascripting in the console to choose the next challenge." when the user solves the last challenge.
After submitting the solution of the last challenge, we get the following output
Once all the challenges are done, there's no use of the message asking us to run javascripting in the console to choose the next challenge. Of course, there's no challenge after the last one.
I think we should remove the line "Run javascripting in the console to choose the next challenge." when the user solves the last challenge.