You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/03-code-quality/01-debugging-chrome/article.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ Please open the informational dropdowns to the right (labeled with arrows). They
101
101
102
102
1.**`Watch` -- shows current values for any expressions.**
103
103
104
-
You can click the plus `+` and input an expression. The debugger will shown its value at any moment, automatically recalculating it in in the process of execution.
104
+
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.
105
105
106
106
2.**`Call Stack` -- shows the nested calls chain.**
0 commit comments