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?
3 Answers
+ 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 ^^
+ 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!
0
Thanks every one , letter âLâ was uppercase.