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