0
I can’t solve it!
function showPreloader() { //complete the function console.log(showPreloader()); } //call the function showPreloader();
5 Respuestas
+ 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.
+ 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 )
+ 3
Please use relevant tags ...
https://code.sololearn.com/W3uiji9X28C1/?ref=app
0
Please solve it i can’t understand
0
It doesn't work