function whatDoesItDo(val){ return val ? 1 : 2; }