hello.js

function helloWorld() {
  console.log("Hello, Blogger!");
}
helloWorld();