You are assigning the string "False"
, assign the boolean false
var test = false;
alert(!test);
solved not equal sign not working in javascript [duplicate]
You are assigning the string "False"
, assign the boolean false
var test = false;
alert(!test);
solved not equal sign not working in javascript [duplicate]