I'm writing a validation condition based on a variable name - test. I'm taking the textbox value to a variable- test. If user add character want to restrict the form submission. Below second OR condition will not suit for me because if user input multiple it won't work. Suggestions please...
if(test =="" || test == " "){
}