So strict mode in javascript is basically used in javascript file to avoid certain mistakes while writing code, we can use strict mode directly on js file and on inside the functions too but we cant use on predefined functions for example if we use...