codesandbox / static-template

37 stars 1.29k forks source link

Console is not working #761

Open diegoMontesinos opened 3 years ago

diegoMontesinos commented 3 years ago

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

ghost commented 1 year ago

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 commented 1 year ago

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