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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The calls of console.log is not working on this template.
console.log
The text was updated successfully, but these errors were encountered:
How to use console.log
consoleLogger.js
<script src="consoleLogger.js"></script>
console.log("This is logged in the console");
How to clear and log after finishing the above steps
console.clear(); console.log("This is logged in the console");
Done! You have successfully used the console.log command!
Tutorials brought to you by The Coding Club. Since 2022 We've Been Teaching Kids How To HTML.
Sorry, something went wrong.
Can you reiterate on The Coding Club? Because I've been running a The Coding Club since 2021 teaching kids how to HTML and CSS
No branches or pull requests
The calls of
console.log
is not working on this template.The text was updated successfully, but these errors were encountered: