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 EvaluationsNo one has reviewed this question yet, be the first!