This question already has an answer here:
- Does node.js support the 'let' statement? 5 answers
In Javascript 1.7 the let
keyword introduces block scope. This is arguably the most needed feature of Javascript and I was wondering if Node.js supports it.
Part of my difficult in ascertaining this is Node runs Google's V8 engine, which comes from such and such standard and I don't know how these line up with the Javascript x.y version numbers.