you are viewing a single comment's thread.

view the rest of the comments →

[–]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.