- 2
Practice function
5 Respostas
+ 1
Read the lessons again.. No statement matching with correct one. Try to Understand examples detailly, carefully..
function showPreloader() {
//complete the function
return "loader"; // returning "loader"
}
console.log( showPreloader() ) // this is calling and printing return value
0
Give me a anither hint
- 1
https://code.sololearn.com/cLGtUt3wmbp0/?ref=app
Is this better
- 1
I called the function right ?