By nod_ on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Issue links:
Description:
All core JavaScript is now using "use strict"; to avoid basic mistakes and issues.
This does not change anything for contrib JavaScript.
MDN: Strict mode.