Why doesn’t splice work on a list in a list?
Splice works fine on a regular list. But when I try to use it for a list in a list, it gives me an error. Is there any way I can delete an element from a list in a list?
Why doesn’t splice work on a list in a list? (javascript)
Splice works fine on a regular list. But when I try to use it for a list in a list, it gives me an error. Is there any way I can delete an element from a list in a list?