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