Javascript core
-
JS 의 자료형과 형변환프로그래밍/Javascript 2020. 12. 23. 16:35
✔ Dynamic typing JavaScript is a loosely typed and dynamic language. Variables in JavaScript are not directly associated with any particular value type, and any variable can be assigned (and re-assigned) values of all types ✔ JavaScript types The set of types in the Javascript language consists of primitive type and reference type: ✔ Primitive type All types except objects define immutable value..