What is the result of the following code?
let a = 4; let b = 4; console.log(a <= b);
true
false
undefined
Error