Skip to content

Instantly share code, notes, and snippets.

@bloodyKnuckles
Created February 25, 2016 01:54
Show Gist options
  • Save bloodyKnuckles/9ae8ffa4b9552969bf50 to your computer and use it in GitHub Desktop.
Save bloodyKnuckles/9ae8ffa4b9552969bf50 to your computer and use it in GitHub Desktop.
//* to toggle, add or remove forward slash (first block on = //*, first block off = /*)
var direction = 'left', coord = 'X'
console.log(direction, coord)
/*/
var direction = 'top', coord = 'Y'
console.log(direction, coord)
//*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment