https://courses.reactbootcamp.com/courses/927296/lectures/17117784
Sloppy Strict
Javascript has 2 modes – generally set to sloppy. to set strict for entire file
'use strict'; // just add to top of file
https://courses.reactbootcamp.com/courses/927296/lectures/17117784
Javascript has 2 modes – generally set to sloppy. to set strict for entire file
'use strict'; // just add to top of file