Contact: aviboots(AT)netvision.net.il
41,163 questions
53,655 answers
573 users
class MT { static get random() { return Math.random();; } } console.log(MT.random); /* run: 0.6495143544087876 */