Question from the Javascript - Fundamentals test

Archived

What should I put in place of "?" on line 9 to display the message ''Hello''?

function sayHello() { console.log('Hello'); } 
function test (function_to_test) { function_to_test(); }
test(sayHello?);
Author: KahinaStatus: Archived(New question!)Question passed 313 times
-2
Community Evaluations
developer avatar
Rosen
20/08/2022
there is no line 9 in the task
developer avatar
Auteur anonyme
19/07/2022
"on line 9": There is no line 9