What value is obtained when executing the following code?
let number = 10; let isEven = number % 2 === 0;
0
false
1
true