View

strict mode

special 2021. 8. 3. 15:13

'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

Share Link
reply
«   2025/06   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30