Consider following snippet:

    function sayHello(){
        var message = "Welcome to Quizful!"
        ... message;
    }
    console.log(sayHello());
Which keyword you should insert instead of ... to print the hello message?
Explanation
return - returns its argument as the value of this function

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes