Hacker News new | ask | show | jobs
by mkoryak 1095 days ago
Why do your docs use `var` for variable declarations?
1 comments

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.