Skip to content

Instantly share code, notes, and snippets.

@tmn
Created December 27, 2014 17:30
Show Gist options
  • Select an option

  • Save tmn/a1ee8b356828936bd64a to your computer and use it in GitHub Desktop.

Select an option

Save tmn/a1ee8b356828936bd64a to your computer and use it in GitHub Desktop.
var i = 1
while ('6' + ++i != (i + '6') * 4);
console.log(i+'6')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment