Created
February 25, 2016 01:54
-
-
Save bloodyKnuckles/9ae8ffa4b9552969bf50 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//* 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