Skip to content

Instantly share code, notes, and snippets.

@antonkartashov
Last active August 29, 2015 14:26
Show Gist options
  • Save antonkartashov/d6f8845c578e89503b93 to your computer and use it in GitHub Desktop.
Save antonkartashov/d6f8845c578e89503b93 to your computer and use it in GitHub Desktop.
// JavaScript
var x, y, width, height;
x = 5 + 13;
y = 5 + 13;
width = 100;
height = width * 2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment