+ 4
Hi! you created a function, but forgot to call it
16th Oct 2022, 6:57 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 3
try to find the answer yourself. Ive already given you a clue. after you create a function, you must call it by name. repeat the function lesson or search for this information on the Internet
16th Oct 2022, 7:11 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 1
AnswersValue() ; Should be included, you have to call the function before it will work
17th Oct 2022, 6:03 PM
Abdullahi Ismail
Abdullahi Ismail - avatar
0
Lesson 24.1 your js course
16th Oct 2022, 7:14 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
You forgot to call the function function AnswersValue(){ console.log("hi") } AnswersValue();
16th Oct 2022, 9:48 AM
Daniel Nwachukwu Chigozirim
Daniel Nwachukwu Chigozirim - avatar
- 2
Hello
17th Oct 2022, 5:49 AM
NAVEEN
NAVEEN - avatar