Code BlocksDrag blocks into the drop zones above4 blocks available
greet
greet()
"greet"
module
Game Panel
0:000 pts
Level 1 of 6CommonJS Modules
0/1 slots correct
Objective
Export the greet function so another file can require() and use it
Expected Output
Hello, Ada!
Debug says:
Every Node.js file is its own module — nothing inside it is visible to other files unless you explicitly export it. Which block correctly exports the greet function itself?