+ 1
Is there a way to get html files using javascript like getting element Id in DOM
Getting html with javascript
3 Respuestas
+ 2
I think ...
document.getElementsByTagName(‘html’)[0]
would work.
+ 1
If you mean a file, there are <input type="file" >
Otherwise use Node.js fs module
+ 1
Yes. But you should learn ES6 first. Then promises.
Learn Ajax and fetch API.