remove cut

This commit is contained in:
Ilya Kantor 2018-02-06 13:07:22 +03:00
parent 37f1936622
commit be007e78ef
99 changed files with 0 additions and 198 deletions

View file

@ -10,8 +10,6 @@ For instance:
In this chapter we'll learn how to do the same. And, more importantly, how to feel comfortable working with such functions and arrays.
[cut]
## Rest parameters `...`
A function can be called with any number of arguments, no matter how it is defined.