localStorage data is with " "
I bind localStorage variable with incoming respond data 
 when I am reading data some of them I am getting with quote "" 
 like "3"
but at bind time i notice in js by alert that is 3 without quote 
 when I am reading from localstorage i am getting "3" 
 how may i remove ""