Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@montreal91
Created July 24, 2016 16:00
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 montreal91/a505a66ac7f1174acbe88ad632764cd7 to your computer and use it in GitHub Desktop.
Save montreal91/a505a66ac7f1174acbe88ad632764cd7 to your computer and use it in GitHub Desktop.
var point_x = {
coord_x : 0,
coord_y : 0,
PrintCoordinates : function() {
console.log(this.coord_x, this.coord_y);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment