let car = { company: "hyundai", model: "avante", year: "2019"};이렇게 하고console.log(company.year)랑console.log(company['year'])랑값이 같은데 차이점이 뭐임?
똑같음
같음