Call the function

Report a typo

Let's strengthen what you've learned and call the sayHi function.

Sample Input 1:


Sample Output 1:

Hello
Write a program in JavaScript
function sayHi() {
console.log("Hello");
}
// Write your code below
___

Create a free account to access the full topic