Let's strengthen what you've learned and call the sayHi function.
Functions
Call the function
Report a typo
Sample Input 1:
Sample Output 1:
HelloWrite a program in JavaScript
function sayHi() {
console.log("Hello");
}
// Write your code below
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.