let firstObject = { param: 1 };

let secondObject = { param: 1 };

console.log(firstObject == secondObject);

console.log(firstObject === secondObject);




Str (IT-Community) | #Задачка