Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en
This commit is contained in:
commit
862075a6bc
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ Please open the informational dropdowns to the right (labeled with arrows). They
|
|||
|
||||
1. **`Watch` -- shows current values for any expressions.**
|
||||
|
||||
You can click the plus `+` and input an expression. The debugger will show its value at any moment, automatically recalculating it in in the process of execution.
|
||||
You can click the plus `+` and input an expression. The debugger will show its value at any moment, automatically recalculating it in the process of execution.
|
||||
|
||||
2. **`Call Stack` -- shows the nested calls chain.**
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Here we can use `log.push(args)` to store all arguments in the log and `f.apply(this, args)` to forward the call.
|
||||
Here we can use `calls.push(args)` to store all arguments in the log and `f.apply(this, args)` to forward the call.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue