Skip to content

Commit ef73c4e

Browse files
sacchoSeth
authored andcommitted
Fix styles
1 parent 4329579 commit ef73c4e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

solutions/object-keys/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const car = {
2-
make: "Honda",
3-
model: "Accord",
4-
year: 2020,
2+
make: 'Honda',
3+
model: 'Accord',
4+
year: 2020
55
}
66
const keys = Object.keys(car)
77

0 commit comments

Comments
 (0)