Exercise 6 · Chapter: FunctionsRequired+50 XP
Fix the Call
This function is defined but never called. Add the call to make it work!
Expected output:
Welcome to JavaScript!
Need a hint?
3 available · costs 5 XP each
javascript
function welcome() {
console.log("Welcome to JavaScript!");
}
Output
Run your code to see the output here.