Programming Language32 JS33 - 02.원시타입(Primitive Types) 니꼴라스 강의 요약 https://www.youtube.com/watch?v=IMyvCJKZSL8 String Numbers: ECMAScript has two built-in numeric types: Number and BigInt Integers floats Boolean Boolean represents a logical entity and can have two values: true and false. See Boolean and Boolean for more details. True False Null: '존재하지 않음' The Null type has exactly one value: null. 아예 정의되지 않은 변수와는 다르다. Null은 의도적으로 존재하지 않다고 정의된 것. Unde.. 2021. 5. 31. JS33 - 01.Callstack콜스택 (+ 실행컨텍스트) execution stack == program stack == control stack == run-time stack == machine stack == call stack https://velog.io/@jakeseo_me/2019-03-15-2303-%EC%9E%91%EC%84%B1%EB%90%A8-rmjta5a3xh original source of this posting is from https://medium.com/@gaurav.pandvia/understanding-javascript-function-executions-tasks-event-loop-call-stack-more-part-1-5683dea1f5ec If the original author requests deletion, .. 2021. 5. 31. 이전 1 ··· 3 4 5 6 다음