Skip to content
New issue

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

Console is not working #761

Open
diegoMontesinos opened this issue Feb 20, 2021 · 2 comments
Open

Console is not working #761

diegoMontesinos opened this issue Feb 20, 2021 · 2 comments

Comments

@diegoMontesinos
Copy link

The calls of console.log is not working on this template.

@ghost
Copy link

ghost commented Oct 20, 2022

How to use console.log

  1. Create a JavaScript file. This'll be called consoleLogger.js
  2. In your HTML page insert the following code: <script src="consoleLogger.js"></script>
  3. In the JS File type in the following: console.log("This is logged in the console");

How to clear and log after finishing the above steps

  1. Remove all text on consoleLogger.js and replace it with:
    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.

@googl-oss
Copy link

Tutorials brought to you by The Coding Club. Since 2022 We've Been Teaching Kids How To HTML.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants