Back to All Challenges
Back to all challenges

Logical Leap: Find the Missing Condition!

Solve the "Logical Leap: Find the Missing Condition!" intermediate challenge. Focus: typescript logic.

intermediatetypescript

Terminal

user@debugger:~/project$ node app.js
Age 17 is adult: false
Age 18 is adult: true
Age 19 is adult: true
Age 20 is adult: true
user@debugger:~/project$
Test Cases (Click to expand)