Y
Hacker News
new
|
ask
|
show
|
jobs
by
venning
3775 days ago
Regarding the scope optimizations: that's an interesting point. I wonder if the different scoping of
let
/
const
also create a performance penalty versus
var
.
1 comments
madeofpalk
3775 days ago
This is true as well.
link