Skip to content

Commit

Permalink
Merge pull request getify#893 from abroz/patch-1
Browse files Browse the repository at this point in the history
Grammar - why clause SV order
  • Loading branch information
getify authored Nov 8, 2016
2 parents 40f16aa + e00b41b commit 71be65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types & grammar/ch5.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In fact, if you've done much code experimenting in your console (or in a JavaScr

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?

That's a much more complicated task. Before we explain *how*, let's explore *why* would you want to do that?
That's a much more complicated task. Before we explain *how*, let's explore *why* you would want to do that.

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.

Expand Down

0 comments on commit 71be65d

Please sign in to comment.