https://learn.freecodecamp.org/apis-and-microservices/basic-node-and-express/meet-the-node-console
I try
<head>
<title>Backend Challenges | Free Code Camp</title>
<link rel="shortcut icon" href="https://cdn.hyperdev.com/us-east-1%3A52a203ff-088b-420f-81be-45bf559d01b1%2Ffavicon.ico" type="image/x-icon"/>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
<link href="/public/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container"><script>console.log(
"Hello World");</script>
<h1>Manage Node.js projects and npm packages using package.json</h1>
<h3>Part 1 of Free Code Camp Backend Challenges</h3>
</div>
</body>
and try to write bottom console and console command in new window