constindex=itemList.indexOf(xbtn.dataset.item)// 지울 물건의 index 얻기
if(index<0)return// 비정상적 상황 (이런 일은 일어나면 안됨)
itemList.splice(index,1)// index 위치의 1개만 삭제
}
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.