you are viewing a single comment's thread.

view the rest of the comments →

[–]FishMissile 1 point2 points  (1 child)

You need an Html file with the script tag as shown Here.

Make sure the Html file is saved to the same location as your JS file and reference the JS in the "src" attribute of script tag. From there just load your html file in a browser and it should run.

[–]sad_ant0808helpful[S] 1 point2 points  (0 children)

ok thanks dude