Y
Hacker News
new
|
ask
|
show
|
jobs
by
mkoryak
1095 days ago
Why do your docs use `var` for variable declarations?
1 comments
JulianGarnier
1095 days ago
Because the docs have been written 4 years ago, and back then const and let weren’t widely used.
The upcoming documentation for V4 has been completely rewritten with up to date JavaScript.
link
The upcoming documentation for V4 has been completely rewritten with up to date JavaScript.