A JavaScript program that registers runners with a race number and gives them instructions on race day. The race number and instructions differ based on the runner's age and whether they registered early.
- Control flow statements (if, else if, else)
- Comparison operators (===)
- Logical operators (&&)
- Boolean values