Is "use strict" usefull in Node version 14?

Viewed 795

I have updated from Node.js 12.19 to Node.js 14.15

Does it still make a difference to use the use strict line? Does it guarantee the latest features?

0 Answers
Related