Hi I have the following code, even if I want to make the variable number, the type is still string, any ideas? Thanks in advance.
var status = 100
alert(status)
alert(typeof(status)) gives string
Hi I have the following code, even if I want to make the variable number, the type is still string, any ideas? Thanks in advance.
var status = 100
alert(status)
alert(typeof(status)) gives string