/JavaScript-Test-Type-Table

typeof method and {}.toString.call test table

JavaScript-Test-Type-Table

1.Typeof method and {}.toString.call test table

Run the test-type.html in your broswer, you will see the result.

image image

2.Number() VS parseInt() VS parseFloat()

Run the test-Number-parseInt-parseFloat.html, you will see the data type conversion result.

image