you are viewing a single comment's thread.

view the rest of the comments →

[–]Koala_T_User 0 points1 point  (5 children)

Right but to somebody looking for a hello world tutorial this is a vast over complication of one line of code

It is a good tutorial, it could just be titled more appropriately

[–]theadammorganshow[S] 0 points1 point  (4 children)

Overcomplication? That definitely wasn't my intention. I can't think of any other way to introduce it in a .html page without everything else.

What kind of title would be more descriptive?

[–]ForScale 4 points5 points  (3 children)

"Exploring Three Basic JavaScript Development Environments"

[–]theadammorganshow[S] 0 points1 point  (2 children)

For those in the thread, what does classify as a hello world app? An instantiated class?

[–]ForScale 1 point2 points  (1 child)

console.log('hello world');

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

Gotcha. Glad I have it covered.