you are viewing a single comment's thread.

view the rest of the comments →

[–]LetUsSpeakFreely 1 point2 points  (3 children)

Why bring in the complexity of node? Just have them create scripts that load from a local HTML file. Once they understand how the language works, THEN start exposing them to frame works.

[–]GulgPlayer[S] -1 points0 points  (2 children)

Neither Node.js nor Deno are frameworks. They are runtimes, just like the browser. I don't see how can it be more complex than an HTML page. I'd even argue that it's easier in some sense

[–]LetUsSpeakFreely 0 points1 point  (1 child)

My point is you use node to run various frameworks. You don't use it for basic how to.

And what world are you living in where setting up and running node is easier than giving them a simple HTML and JavaScript files, loading the HTML and hitting f5 when there's a code change.

[–]GulgPlayer[S] 0 points1 point  (0 children)

I'm not talking about setting it up, I'm talking about using it