Which statement is true regarding the use of strict mode?
Strict mode is a feature exclusive to Node.js
Strict mode is ignored by older versions of JavaScript engines
Strict mode is only applicable to client-side JavaScript code
Strict mode is supported in all versions of JavaScript