function js() {
        alert(1);
}

var obj = document.getElementById(\'element\');
obj.온click = js;


Q)
obj.온click = js 는 참조일까요? 복사일까요?