Junior — Senior
Implement a function that removes a list element by index
livecode
Task condition
Create a function that takes two parameters: the first is a list of data, and the second is the position of the element to be removed from this list.
livecode
Task condition
Create a function that takes two parameters: the first is a list of data, and the second is the position of the element to be removed from this list.