: 실제 DOM tree를 JS 객체로 만든 것(필요한 정보만 담아서 만든다)
: 코드가 게산(Evaluation) 되어 값을 만드는 것
const a=1+2
const a=10; const add10=a=>a+10;