0
What is the JavaScript version using in this course?
I'm using Web-storm with Node.js V8.10.0 to write the code and I have some code that is different, for example, instead of using document.write, I have to use console.log
1 Respuesta
+ 5
Gabriel Masutier You can use both document.write and console.log here in SL too. Both have different uses. document.write is use to write in html document while console.log writes in the console.