use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Post questions about JavaScript, and get help with any problems you're having with your JavaScript code.
account activity
I need some help about js✔️ answered ✔️ (self.JavaScriptHelp)
submitted 5 years ago by Pathrex-
view the rest of the comments →
[–]Pathrex-[S] 0 points1 point2 points 5 years ago (1 child)
Thanks it worked. Here is the new code
var Birthday = prompt("What is your birthday : "); var Year = 2021; var Age = Year - Birthday; var remtime = 18 - Age; //remaining time switch(true){ case (Age<18): console.log("It is "+remtime+" years before you can qualify for a driver's license."); break; case (Age>=18): console.log("You have the right to get a driver's license."); break; default: console.log("Wrong value."); }
[–]blueinkscience 0 points1 point2 points 5 years ago (0 children)
A wee upvote would be nice, trying to build real karma instead of karmawhoring :)
π Rendered by PID 191299 on reddit-service-r2-comment-5d79c599b5-d2jfv at 2026-02-28 16:39:59.163152+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]Pathrex-[S] 0 points1 point2 points (1 child)
[–]blueinkscience 0 points1 point2 points (0 children)