Our expression language needs a function that returns the number of elements in a list. Names to consider: `count`, `length`, `size`, `listCount`, `listLength` or `listSize`. ## Acceptance criteria - [ ] We have decided on a name for the count function - [ ] The function exists in the expression language - [ ] The function takes a list as its only argument - [ ] The function returns the number of elements in the provided list
Our expression language needs a function that returns the number of elements in a list.
Names to consider:
count,length,size,listCount,listLengthorlistSize.Acceptance criteria