Skip to content

Instantly share code, notes, and snippets.

@berkas1
Created November 19, 2013 19:17
Show Gist options
  • Save berkas1/7550885 to your computer and use it in GitHub Desktop.
Save berkas1/7550885 to your computer and use it in GitHub Desktop.
var keys = new Object();
keys.a = 'abcdefghijklmnopqrstuvwxyz';
keys.b = 'bcdefghijklmnopqrstuvwxyza';
keys.c = 'cdefghijklmnopqrstuvwxyzab';
var key = 'aab';
var text = 'abc';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment