In other words, why is it 'use strict'
instead of use strict
?
I didn't find an answer to this question here: What does "use strict" do in JavaScript, and what is the reasoning behind it?
My guess is that it makes this instruction backwards compatible without needing any transpilation but I can't find any source.