strict mode
'use strict' 선언하기 1. forbid us to do certain things 2. create visible errors 3. introduce a short list of variable names that are reserved for features that might be added to the language a bit later. https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Strict_mode
Javascript
2021. 8. 3. 15:13