Hello very good night I have a little problem when comparing in js always gives me false this is my code is from an ajax response.
if(data == "a") {
alert('true');
} else {
alert('falso');
}
Hello very good night I have a little problem when comparing in js always gives me false this is my code is from an ajax response.
if(data == "a") {
alert('true');
} else {
alert('falso');
}