I am fairly new to es6. I am trying to migrate the code from es5 to es6. Some of the files(javascript) uses 'use strict'.
I was just confused whether this should be kept as it is or should it be removed.
What are the implication?
I am fairly new to es6. I am trying to migrate the code from es5 to es6. Some of the files(javascript) uses 'use strict'.
I was just confused whether this should be kept as it is or should it be removed.
What are the implication?