0 / 60 seg.

What is the value of c after executing the following code?

let a = 5, b = 10; let c = a < b ? a : b;