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
153153> no [ destructuring assignment] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment ) ,
154154> no [ Map] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map )
155155> 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
157157> [ ` let ` ] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let ) and
158158> [ ` const ` ] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const )
159159> did not exist.
You can’t perform that action at this time.
0 commit comments