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: types & grammar/ch5.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ In fact, if you've done much code experimenting in your console (or in a JavaScr
47
47
48
48
But what the console prints out for the completion value isn't something we can use inside our program. So how can we capture the completion value?
49
49
50
-
That's a much more complicated task. Before we explain *how*, let's explore *why*would you want to do that?
50
+
That's a much more complicated task. Before we explain *how*, let's explore *why* you would want to do that.
51
51
52
52
We need to consider other types of statement completion values. For example, any regular `{ .. }` block has a completion value of the completion value of its last contained statement/expression.
0 commit comments