File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ Then in JavaScript we can look that up
153
153
> no [ destructuring assignment] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment ) ,
154
154
> no [ Map] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map )
155
155
> and no [ Set] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set ) .
156
- > In in particular, ` var ` was all there was and
156
+ > In particular, ` var ` was all there was and
157
157
> [ ` let ` ] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let ) and
158
158
> [ ` const ` ] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const )
159
159
> did not exist.
You can’t perform that action at this time.
0 commit comments