How important is html in javascript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

2nd May 2017, 8:55 AM
Danny Liebenberg
Danny Liebenberg - avatar
2 Answers
+ 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.
2nd May 2017, 9:34 AM
Thanh Le
Thanh Le - avatar