No, please don't do this. While I understand why you want this, I feel like this is unnecessary and will just introduce yet another way to write inconsistent and confusing JavaScript code 😕. \- Jonathan — Life is a game and we’re all just high density pixels.
On May 24 2016, at 9:15 pm, Francis Clavette <[email protected]> wrote: > 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

