Contact: aviboots(AT)netvision.net.il
39,894 questions
51,825 answers
573 users
class MT { static get random() { return Math.random();; } } console.log(MT.random); /* run: 0.6495143544087876 */