The inspiration for this is to greet friends and strangers alike!

This is a JavaScript function that takes in no parameters and writes the string "Hello World" to the console.

This was built javascript as well as with love and joy!

Challenges were if it should be an arrow function, function declaration or a function expression? Decisions, decisions.

I learned about Dev post!

We may need to try another programming language

const greeting = () => {
  console.log("Hello Word!")
}
greeting()

Built With

Share this project:

Updates