Question: function falsinessDetector ( a , b , c , d , e ) { / / falsinessDetector takes five arguments named a , b ,
function falsinessDetectorabcde
falsinessDetector takes five arguments named a b c d and e which are values of any type:
If some values are truthy and some falsy, return the string "some values truthy and some falsy"
If all values are falsy, return the string "all values falsy"
If all values are truthy, return the string "all values truthy"
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
