Hi, 
I’d like to be able to use AND for && and OR for || in conditional statements 
in a future version of ECMAScript. It’s a feature I’ve always been wanting 
since transitioning from PHP. It’s also much cleaner : 

if ($scope.newSourceModal.isShown() && $scope.newsource.type == "book" && 
(!$scope.insertingFromScan || $scope.ok))

==============

if ($scope.newSourceModal.isShown() AND $scope.newsource.type == "book" AND 
(!$scope.insertingFromScan OR $scope.ok))


Francis
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to