‘use strict’ in Javascript

‘use strict’ is literal expression which was introduced in ECMAScript 2015. Basically, when you use ‘use strict’ it tells the Browser to execute code into

Continue reading