Logo

Programming-Idioms

History of Idiom 2 > diff from v38 to v39

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

Version 38

2016-02-18, 08:11:31

Version 39

2016-02-18, 08:11:39

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