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")
}
Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...
No comments:
Post a Comment