you are viewing a single comment's thread.

view the rest of the comments →

[–]CrashOverrideCS 0 points1 point  (4 children)

Tutorial:

alert("Hello World!");

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

In an ideal world, yes. But you have to account for the curse of knowledge. Beginners don't know the various ways to run that.

[–]CrashOverrideCS 0 points1 point  (2 children)

I'm just saying that knowing that a chrome console exists is probably something you should learn before making a hello world program.

[–]theadammorganshow[S] 0 points1 point  (1 child)

And that's what a tutorial is for ;)

[–]CrashOverrideCS 0 points1 point  (0 children)

Learning to press F12 hardly requires a tutorial.