front 썸네일형 리스트형 [LogicList]TodoList 프론트 기능 기능설명 TodoList 생성버튼 클릭 시 Script Event 일부 return 값 별 분기가 필요하여 async 함수 사용 document.getElementById("todolist__input__button").addEventListener("click", addTodoList); 입력버튼 클릭 시 todoList__body__list Element 내부에 todoList__body__list__content를 생성하여 삽입 async function addTodoList(){ var todoList = document.getElementById("todoList__body__list"); var todoContent = document.createElement("span"); // 실제 텍스트.. 더보기 이전 1 다음