This commit is contained in:
Ilya Kantor 2017-03-19 17:09:37 +03:00
parent e2443e8de6
commit 75e30539ef
73 changed files with 195 additions and 195 deletions

View file

@ -36,4 +36,4 @@ Modify the code of `up` and `down` to make the calls chainable, like this:
ladder.up().up().down().showStep(); // 1
```
Such approach is widely used across Javascript libraries.
Such approach is widely used across JavaScript libraries.