Skip to content

Instantly share code, notes, and snippets.

@ikasty
Created October 19, 2017 14:53
Show Gist options
  • Save ikasty/55943c374c543f887b19974d7bc70c1d to your computer and use it in GitHub Desktop.
Save ikasty/55943c374c543f887b19974d7bc70c1d to your computer and use it in GitHub Desktop.
print 1 to 9, with whitespace
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