Untitled

Anonymous
plain_text
10/27/2023 6:00 PM
64 B
15
Indexable
var x = 10;
var y = "10";
console. log(x == y);
Editor is loading...