function isRentingAge(age) { return (age >= 25);}console.log(isRentingAge(25));
Standard input is empty
true
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!