<script>
var a=11
var b="11"
alert(typeof a)
alert(typeof b)
</script>