images to svg
This commit is contained in:
parent
a31e881856
commit
3ba28aa104
734 changed files with 11682 additions and 245 deletions
|
@ -84,7 +84,7 @@ Now it works correctly, because every time the code block in `for (let i=0...) {
|
|||
|
||||
So, the value of `i` now lives a little bit closer. Not in `makeArmy()` Lexical Environment, but in the Lexical Environment that corresponds the current loop iteration. That's why now it works.
|
||||
|
||||

|
||||

|
||||
|
||||
Here we rewrote `while` into `for`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue