Skip to content

Commit bcc0f8d

Browse files
committed
Adding missing semicolon to file 34-pizza-party.js
1 parent 3f404f3 commit bcc0f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7-objects/34-pizza-party.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ const pizza = {
1515
type: "Hand-tossed",
1616
slices: 12,
1717
price: 14.99
18-
}
18+
};
1919

2020
console.log(pizza);

0 commit comments

Comments
 (0)