// your code goes herelet age=16;let txt=(age>=18) ? "a major" : "a minor";console.log(txt);
Standard input is empty
a minor
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!