An open API service indexing awesome lists of open source software.

https://github.com/bell-kevin/training-js-9-loop-statement---while-and-do..while

If you want your code to do a lot of similar work, a loop statement is a good choice. For example, if we need to calculate the cumulative value from 1 to 10, we can write code like this:
https://github.com/bell-kevin/training-js-9-loop-statement---while-and-do..while

codewars-kata-solution

Last synced: about 1 year ago
JSON representation

If you want your code to do a lot of similar work, a loop statement is a good choice. For example, if we need to calculate the cumulative value from 1 to 10, we can write code like this:

Awesome Lists containing this project