Why does the solution checker fail on web-use-strict-mode even with "use strict"; is at the top of the file? #1054
Unanswered
mannybellas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
"use strict";
at the top of the file is valid for applying strict to all functions in the file. Why does solution checker insist on returning this as a medium issue?Beta Was this translation helpful? Give feedback.
All reactions