odd(number)
, you get an error message if you put anything other than a data type “number” in the brackets.text(any)
accepts any data type and returns an appropriate result.count[any]
will count the elements of an array no matter what data types the elements hold.