0
Why should we only use document.write() for debugging
In the lesson for JS we are told that document.write(); should really only be used for debugging, why is this?
1 ответ
+ 2
You should use DOM (innerHTML) to be more precise, it will be explained in the following lessons