always use strict mode
it's best practice to use "strict mode".
Last updated
Was this helpful?
it's best practice to use "strict mode".
Last updated
Was this helpful?
โฉ โฉ โฉ always use strict mode
in strict mode๏ผ
no deplicate parameters. ( ๐ )
can't delete variables/functions. ( ๐ )
no octal literals ( ๐ )