type_of($value)
Returns the type of a value.
type_of($value)
Returns the type of a value.
Examples:
type-of(100px) => number
type-of(asdf) => string
type-of("asdf") => string
type-of(true) => bool
type-of(#fff) => color
type-of(blue) => color
Parameters:
Returns:
Designed by : w10schools
service@w10schools.com
Please login to continue.