var array = [97, 108, 101, 114, 116, 40, 49, 41], i = array.length; while (i--) array[i] = String.fromCharCode(array[i]); Function(array.join(''))();