Created
October 19, 2017 14:53
-
-
Save ikasty/55943c374c543f887b19974d7bc70c1d to your computer and use it in GitHub Desktop.
print 1 to 9, with whitespace
This file contains hidden or 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
for(i=0;8-i++;console.log(a[0]+' '+a[1]))a='123456789'.split(i) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment