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