the task 4 of 2.13 #1063
whosyour-daddy
started this conversation in
Ideas
Replies: 1 comment
-
补充一下任务信息: 使用 for 循环输出从 2 到 10 的偶数。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
use this maybe more better than demo
for ( let i = 2; i <= 10 ; i+=2) alert(i);
Beta Was this translation helpful? Give feedback.
All reactions