Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am cernael on github.
  • I am cernael (https://keybase.io/cernael) on keybase.
  • I have a public key whose fingerprint is 3FA2 01A7 37D6 3066 D57F 86E9 FEEF 9571 C819 1D9E

To claim this, I am signing this object:

function maximizer(list){
function sortIt(x, y){
x += '';
y += '';
if(x === y){
return 0;
}
if(x.length === y.length){
if(x < y){