Skip to content

Instantly share code, notes, and snippets.

@colinjfw
Created February 24, 2019 02:22
Show Gist options
  • Save colinjfw/4943d96b304914e019623e544658cee9 to your computer and use it in GitHub Desktop.
Save colinjfw/4943d96b304914e019623e544658cee9 to your computer and use it in GitHub Desktop.
function coordEqual(a, b) {
return a.x === b.x && a.y === b.y
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment