I can’t solve it! | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

I can’t solve it!

function showPreloader() { //complete the function console.log(showPreloader()); } //call the function showPreloader();

12th Oct 2022, 7:00 PM
VenOm
VenOm - avatar
5 Antworten
+ 1
There is not enough information to identify problem. Use proper related tags.. If this is "loading" Task then there it is asked to print loading by a function so you need to just complete the function to print loading.. function showPreloader() { //complete the function console.log("Loading"); // **just this is asked to add, it prints "Loading" } //calling the function showPreloader() edit: VenOm post what you tried? what not working.
14th Oct 2022, 8:26 AM
Jayakrishna 🇮🇳
+ 4
console.log() is used to print or display output the output console . So print by it what is asked by the task description... ( you are calling the self function again... x )
12th Oct 2022, 7:12 PM
Jayakrishna 🇮🇳
+ 3
13th Oct 2022, 3:50 AM
Ipang
0
Please solve it i can’t understand
13th Oct 2022, 10:06 PM
VenOm
VenOm - avatar
0
It doesn't work
14th Oct 2022, 7:15 PM
VenOm
VenOm - avatar