Hello World

PHOTO EMBED

Thu Feb 23 2023 10:36:11 GMT+0000 (Coordinated Universal Time)

Saved by @AlanaBF #javascript

// Write a function "greet" that returns "hello world!"
function greet() {
  return "hello world!"
}
content_copyCOPY