Pricing
Learn
Code
Deploy
More
find the output
113
1 year ago by
JOSHVA P
let x = [10] == [10];
let y = x ? 'true' : 'false';
console.log(y);