We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ca1ae commit 3bd3534Copy full SHA for 3bd3534
JavaScript/10_Objects.js
@@ -66,6 +66,8 @@ describe('order', () => {
66
});
67
68
69
+
70
71
//index.js
72
function numberOfPizzas(orders) {
73
let sum=0;
@@ -110,7 +112,7 @@ const ORDER_TYPES = {
110
112
PIZZA : 0,
111
113
WINGS : 1,
114
SALAD : 3,
- BURGER : 4,
115
+ BURGER : 9,
116
FRIES : 6,
117
SANDWICH :7
118
}
@@ -159,7 +161,7 @@ const ORDER_TYPES = {
159
161
160
162
163
164
165
166
SANDWICH : 7
167
0 commit comments