How is the ‘use strict’ statement interpreted in Node.js? [duplicate]

I have started to explore the Node.js and wrote many demo web application, to understand the flow of Node.js, Express.js, jade, etc..

But one thing I came across recently, is the statement "use strict" as the first line inside every function and every .js file.

How exactly is it is interpreted by Node.js?

1 Answer
1

Leave a Comment