# reference value
총 3개의 포스트

[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개의 댓글
[Javascript] 원시 값(primitive value)과 객체(object) 비교
원시 값(primitive value) VS 객체(object)와 참조 값(reference value)
2021년 11월 12일
·
0개의 댓글