Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level 1 lesson 5

Use the correct name for the function.
Remove the semicolon from the end of the function name, when we have called the function on line number 7.
by

4 Answers

sam5epi0l
// defining a function
function he\lloJS() {
console.log("Hello World!");
}

// calling the function
he\lloJS()
rali21348
I don't understand please share Right Answer
rali21348
Please share Answer Level 1 Lesson 5
Ranjithqpte7
Wrong answer

Login / Signup to Answer the Question.