Fri May 10 2024 23:24:12 GMT+0000 (Coordinated Universal Time)
Saved by @Sephjoe
let i = 5; let num = 4; do{ console.log(i) } while( i < num)
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments