0
How important is html in javascript
wanting to build a web app module. requires me to know javascript and it has html and css. time is a factor so want to speed up learning.
2 Respuestas
+ 1
HTML in JavaScript is not important at all. Generally you do not need HTML in JavaScript. Also on nodeJS there doesn't exist any HTML elements. So, on nodeJS, JavaScript run independently from HTML.
Are you sure you are talking about HTML in JavaScript? And what kind of "web app module" do you want to make? AFAIK know, react offers you HTML-like-syntax in JavaScript. But it is NOT HTML. It is JSX, that looks similar to HTML, but it is not HTML.