Skip to content

Instantly share code, notes, and snippets.

@myanmarlinks
Created August 30, 2017 05:09
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 myanmarlinks/f27d293f1c3cf361f92e43a9d496268e to your computer and use it in GitHub Desktop.
Save myanmarlinks/f27d293f1c3cf361f92e43a9d496268e to your computer and use it in GitHub Desktop.
JavaScript Fundamental
Program Start
a, b and c are numbers
ask for a
ask for b
c <- a + b
print c
Program End
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment