What is the result of the code below?
let country = {
name: "Russia",
capital: "Moscow"
};
console.log(country.population); What is the result of the code below?
let country = {
name: "Russia",
capital: "Moscow"
};
console.log(country.population); Create a free account to access the full topic