Bernie Sumption
Results
12
comments of
Bernie Sumption
Note: there is a workaround that I use for projects that use a lot of constant lookup ternaries: ```js function ifThenElse(test, ifTrue, ifFalse) { return test ? ifTrue : ifFalse;...
If anyone wants to reject this request on the grounds that it's a silly edge case, not required by most users, not worth the complexity/value trade-off in implementation or whatever...