JS/자바스크립트 Style Guide
0. Types (JS style guide)
코비코 koreanvisionarycoder
2022. 11. 18. 16:02
Primitives
string, number, boolean, null, undefined, symbol, bigint
Symbols, BigInts 완전히 polyfilled 되지 않아 브라우저 환경에서 권장하지 않음.
Complex
object, array, function