Function quiz | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Function quiz

In the example from SoloLearn: function myFunction() { alert(“Alert box!”); } myFunction(); In the code coach challenge you are asked to display “Loading” in the console with a named function already present in the sandbox: function showPreloader() { console.log("Loading"); } showPreloader(); What am I doing wrong?

14th Jun 2021, 2:43 PM
Khalid
Khalid - avatar
3 Respuestas
+ 1
maybe you not respect the expected case: "Loading" != "loading" and/or you miss some punctuation mark? copy paste the whole task description, so we may help you further ^^
14th Jun 2021, 4:03 PM
visph
visph - avatar
+ 2
Khalid your code seems to be correct. but to be sure, please copy your code from the exercise, put it in a new file save if and link it here. ( do not retype it) thanks!
14th Jun 2021, 2:59 PM
Lothar
Lothar - avatar
0
Thanks every one , letter “L” was uppercase.
14th Jun 2021, 5:47 PM
Khalid
Khalid - avatar