0 / 60 seg.

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

let a = 3;
let b = 2;
let res = a % b;