Contact: aviboots(AT)netvision.net.il
39,851 questions
51,772 answers
573 users
Number.prototype.MulMul = function() { return this.valueOf() * 2 * 2; }; var n = 13; document.write(n.MulMul()); /* run: 52 */