So in this repl I made a simple express server and made it serve index.html. The html file has a script tag for running script.js and it executes perfectly because a new element is added to the web page. However if I uncomment line 7 or lines 13-18 of script.js, the element is not added. Why does that happen? I am guessing it has something to do with nodejs vs browser javascript, but I still can’t wrap my head around what’s happening.
Wierd Nodejs Behaviour
Hello Everyone!
So in this repl I made a simple express server and made it serve
index.html
. The html file has a script tag for runningscript.js
and it executes perfectly because a new element is added to the web page. However if I uncomment line 7 or lines 13-18 ofscript.js
, the element is not added. Why does that happen? I am guessing it has something to do with nodejs vs browser javascript, but I still can’t wrap my head around what’s happening.that's not nodejs anymore -- that would be just dom js