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

11th Nov 2018, 1:24 AM
Gabriel Masutier
Gabriel Masutier - avatar
1 Odpowiedź
+ 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.
11th Nov 2018, 3:28 AM
Arushi Singhania
Arushi Singhania - avatar