markdown js_cc_03_challenge_for

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown js_cc_03_challenge_for相关的知识,希望对你有一定的参考价值。

    var sum = 0;
    for ( var i = 1 ; i <= 100; i++ ) {
      if ( i % 3 === 0 ) {
        sum += i;
      }
    }
    document.write(sum);
js_cc_03_challenge_for
----------------------


A [Pen](https://codepen.io/m-shinkawa/pen/YvwRMW) by [m-shinkawa](https://codepen.io/m-shinkawa) on [CodePen](https://codepen.io).

[License](https://codepen.io/m-shinkawa/pen/YvwRMW/license).

以上是关于markdown js_cc_03_challenge_for的主要内容,如果未能解决你的问题,请参考以下文章

markdown js_cc_03_challenge_while

markdown js_cc_03_challenge_for

markdown js_cc_03_challenge_loop_while

markdown js_cc_03_challenge_loop_for

markdown js_cc_03_challenge_loop_while2

markdown js_cc_03_practice_loop_intermediate_while