Skip to content

Instantly share code, notes, and snippets.

@franksands
Last active December 9, 2015 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save franksands/462388ee334dfa01dd43 to your computer and use it in GitHub Desktop.
Save franksands/462388ee334dfa01dd43 to your computer and use it in GitHub Desktop.
sample1.js
var name = "Elsa";
var health = 50;
var magicPoints = 80;
var attack = "Axe";
print(name + " has " + health + " hit points");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment