Contact: aviboots(AT)netvision.net.il
38,907 questions
50,613 answers
573 users
var map = Array.prototype.map; var arr = map.call('PHP Developer', function(x) { return x.charCodeAt(0); }); console.log(arr); /* run: [80, 72, 80, 32, 68, 101, 118, 101, 108, 111, 112, 101, 114] */