# reference value
총 4개의 포스트

[ 자바스크립트 기본 ] 기본 문법
특정 작업을 하기 위한 명령, 프로그래밍의 흐름을 제어한다.()내부의 식을 평가해서 {} 내부의 코드를 실행특정 작업을 처리하는 코드 묶음코드를 묶어서 원하는 때에 사용 가능
2022년 9월 10일
·
0개의 댓글·
0
[JS] This, Reference values, coping objects
This keyword variable : Special variable that is created for every execution context(every function). Takes the value of (points to) the 'owner' of th
2021년 12월 7일
·
0개의 댓글·
0
[Javascript] 원시 값(primitive value)과 객체(object) 비교
원시 값(primitive value) VS 객체(object)와 참조 값(reference value)
2021년 11월 12일
·
1개의 댓글·
0