Datatype Conversions
Sometimes you want to convert datatypes to perform an action on a piece of data.
MoreArray
A type of objects which is able to store multiple pieces of data (values) of any type in a specific order.
MoreLoops and Iteration
Perform operations on all elements of an array/object or if a condition is met.
More