This commit is contained in:
Alexey Pyltsyn 2019-06-13 11:49:20 +03:00 committed by GitHub
parent 852b9bf581
commit c6620f6b9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ The loop variant is also a little bit more complicated then the direct output.
There is no way to get the last value in our `list`. We also can't "go back".
So what we can do is to first go through the items in the direct order and rememeber them in an array, and then output what we remembered in the reverse order:
So what we can do is to first go through the items in the direct order and remember them in an array, and then output what we remembered in the reverse order:
```js run
let list = {