function removeOption() {
document.getElementById(this.id).
parentNode.parentNode.parentNode.parentNode.removeChild(
document.getElementById(this.id).parentNode.parentNode.parentNode);
}
내가 하면서도 기가 차고 어이가 없는 수준인데
진짜 바닐라 자바스크립트는 이따위로 해야되는거 맞는거냐?
그냥 니가 못하는건데 자바스크립트는 죄 없다
그럼 저 상황에서 써야 될 문법 단 하나만 말해보셈
솔직히 맞겠냐