We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4329579 commit ef73c4eCopy full SHA for ef73c4e
1 file changed
solutions/object-keys/index.js
@@ -1,7 +1,7 @@
1
const car = {
2
- make: "Honda",
3
- model: "Accord",
4
- year: 2020,
+ make: 'Honda',
+ model: 'Accord',
+ year: 2020
5
}
6
const keys = Object.keys(car)
7
0 commit comments