Skip to content

Instantly share code, notes, and snippets.

@jaizon2000
Last active September 22, 2020 16:57
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 jaizon2000/df5e4c1a0b5f078b79337ef49d7f262f to your computer and use it in GitHub Desktop.
Save jaizon2000/df5e4c1a0b5f078b79337ef49d7f262f to your computer and use it in GitHub Desktop.
p1.translate(1, 2); // the object reffered by p1 is the implicit param
p2.translate(3,4); // the object reffered by p2 is the implicit param
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment