Parser produces the (beautiful) syntax tree

// Life, Universe, and Everything
var answer = 6 * 7;
Ready.

Syntax node location info (start, end):

Syntax
Tree
Tokens

For a command-line usage, check esvalidate from Esprima package for Node.js.