images to svg
This commit is contained in:
parent
a31e881856
commit
3ba28aa104
734 changed files with 11682 additions and 245 deletions
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 116 KiB |
Binary file not shown.
Before Width: | Height: | Size: 57 KiB |
|
@ -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