We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The Error occurs because of the use strict statement in conjunction with the use of a global variable instead of a local variable.
use strict
See screenshot:
The text was updated successfully, but these errors were encountered:
fixed the ‘outputs is not defined’ problem
f6bb4ba
fix for Wikiki#11
Pretty sure this can be closed
Sorry, something went wrong.
Wikiki
No branches or pull requests
The Error occurs because of the
use strict
statement in conjunction with the use of a global variable instead of a local variable.See screenshot:
The text was updated successfully, but these errors were encountered: