Appearance
parseInt()
parseInt("3.14")
3
Number()
Number("10")
10
String()
String(true)
"true"
Boolean()
Boolean(1)
true