I have this javascript function:
getToken: function () {
return localStorage.jwtToken;
},
this.getToken()!=null //true,
so basically this function returns "null" instead of null, how can I make the function return the null value?