The number (x) function converts the string x to a number. x should be a number without thousand separators or decimal indicator (no real numbers).
This function returns a value of type Number.
number ("4")
Result: "4"