Correct code

Report a typo

Will this code below run without errors and will you get the expected result from it?

Hint:

Do you remember the concept of hoisting?

console.log(greetings()); // 'Hello world!'

function greetings() {
  return 'Hello world!';
}
Select one option from the list
___

Create a free account to access the full topic