I want to run this if statement .
Help me to get the value of a.
var a =undefined ;if(a=1 && a=2 && a=3){console.log("Hello")}else {console.log("Error")}
No comments:
Post a Comment