Skip to content

Instantly share code, notes, and snippets.

@jezinka

jezinka/main.js Secret

Created June 16, 2017 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jezinka/c745e6b2c1b181d1aeb54adb52810f93 to your computer and use it in GitHub Desktop.
Save jezinka/c745e6b2c1b181d1aeb54adb52810f93 to your computer and use it in GitHub Desktop.
var letters_table = encrypted[i].split("");
var sorted_letters_table = letters_table.byCount();
var counted_checksum = sorted_letters_table.slice(0, 5).join('');
finall.push(counted_checksum)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment