topic logic
by Nayana Das
JavaScript
var topic=undefined;
if(topic !== undefined && topic!="avfw" && topic.length!=0) {
alert("topic found");
}
else {
alert("topic not found");
}
by Nayana Das
var topic=undefined;
if(topic !== undefined && topic!="avfw" && topic.length!=0) {
alert("topic found");
}
else {
alert("topic not found");
}