Contact: aviboots(AT)netvision.net.il
37,081 questions
48,459 answers
573 users
let x: number = 43, y = 98; x > y? console.log('x > y'): console.log('x <= y') /* run: "x <= y" */