When i tried out the following in the google Chrome console , i got the corresponding answers can anyone explain reason for the following answers
1 == '1.0'
true
1 == '1'
true
'1.0' == '1'
false
Why is this happening and does this means , == compares value or not