Answer the question
In order to leave comments, you need to log in
Is it possible to write undefined/false to a condition?
I'm trying to write:
if(($scope.correctlogin && $scope.correctemail && $scope.correctpass) !== (undefined && false)) { ... }
Answer the question
In order to leave comments, you need to log in
what's stopping you from doing it
??
ps
this expression
returns ONLY undefined
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question