I am new to coding and saw this project https://www.w3schools.com/howto/howto_js_todolist.asp which is a to do list. My question is how would you add drag and drop to it without breaking it? I tried div draggable="true" but once you rearrange you can no longer delete. I assume this is because the index has changed? All help greatly appreciated.