+ 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).
2 Antworten
+ 4
If you mean the JS/ NodeJS coach problems, anything that writes to the console should work, i.e. primarily console.log().
+ 1
console.log(anything)