fork(1) download
  1. function isRentingAge(age) { return (age >= 25);
  2. }
  3. console.log(isRentingAge(25));
Success #stdin #stdout 0.03s 16692KB
stdin
Standard input is empty
stdout
true