+ 1

Output in challenges?

What is considered an output in the SoloLearn JavaScript challenges? I've tried alert (output ignored) and document.write() (says document is undefined).

29th Dec 2020, 10:27 PM
Aleksandra Weihs
Aleksandra Weihs - avatar
2 Antworten
+ 4
If you mean the JS/ NodeJS coach problems, anything that writes to the console should work, i.e. primarily console.log().
29th Dec 2020, 10:31 PM
Shadow
Shadow - avatar
+ 1
console.log(anything)
30th Dec 2020, 4:07 AM
Ali Bin Faizan
Ali Bin Faizan - avatar