Skip to content

Instantly share code, notes, and snippets.

@tibastral
Last active October 13, 2016 10:54
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 tibastral/06ef6e54745160a06c53d2c48dc77225 to your computer and use it in GitHub Desktop.
Save tibastral/06ef6e54745160a06c53d2c48dc77225 to your computer and use it in GitHub Desktop.
moveBottomRight ({ x, y } as coords) =
{ coords | x = x + 1, y = y + 1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment