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

@ -11,8 +11,6 @@ Also, what happens when a function travels to another place in the code and is c
Different languages behave differently here, and in this chapter we cover the behaviour of JavaScript.
[cut]
## A couple of questions
Let's consider two situations to begin with, and then study the internal mechanics piece-by-piece, so that you'll be able to answer the following questions and more complex ones in the future.