Contact: aviboots(AT)netvision.net.il
41,602 questions
54,244 answers
573 users
let i:number = 0 do { console.log (i) i++ } while(i < 10) /* run: 0 1 2 3 4 5 6 7 8 9 */