

What does this program print?
Trace the program the way the computer would, then make your call before running anything.
const rainy = true; const windy = false; console.log(rainy || windy);


Trace the program the way the computer would, then make your call before running anything.
const rainy = true; const windy = false; console.log(rainy || windy);