See more
….log(a); // prints 'global' console.log(b); // prints 'outer' inner(); }outer();console.log(a); // prints 'global'
var NotFoundPage = React.createClass({ render: function() { return ( <div> <h1>Page Not Found</h1> <p>Sorry, there is nothing to see…