Tue Jan 23 2024 22:17:02 GMT+0000 (Coordinated Universal Time)
Saved by @Sephjoe
let i = 1; let num = 5; do { console.log(i); i++; } while (i <= num);
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments