Code World

let x = "John";
let y = new String("John");

Console.log(x===y);

2 years ago | [YT] | 1