OneCompiler

find the output

113

let x = [10] == [10];
let y = x ? 'true' : 'false';
console.log(y);