

What does this program print?
Trace the program the way the computer would, then make your call before running anything.
console.log(7 % 3, 2 ** 3, Math.round(2.5));


Trace the program the way the computer would, then make your call before running anything.
console.log(7 % 3, 2 ** 3, Math.round(2.5));