1.
- object
- A collection of related data that comes with a set of functions that operate on it.
- index
- A variable or value used to select one of the members of an ordered set, like a character from a string.
- traverse
- To iterate through all the elements of a set performing a similar operation on each.
- counter
- A variable used to count something.
- increment
- Increase the value of a variable by one.
- decrement
- Decrease the value of a variable by one.
- concatenate
- To join two operands end-to-end.
Match the definition to the term.
Try again!