What is the value of res after executing the following code?
res
let a = 3; let b = 2; let res = a % b;
1.5
0
6
1