Logo

Programming-Idioms

History of Idiom 2 > diff from v37 to v38

Edit summary for version 38 by :
[JS] Not using var will initialize i in the global scope.

Version 37

2016-02-18, 08:11:17

Version 38

2016-02-18, 08:11:31

Idiom #2 Print Hello 10 times

Loop to execute some code a constant number of times

Idiom #2 Print Hello 10 times

Loop to execute some code a constant number of times