We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81385b9 + 64dd171 commit ccfc934Copy full SHA for ccfc934
src/content/3/en/part3a.md
@@ -187,17 +187,17 @@ const http = require('http')
187
// highlight-start
188
let notes = [
189
{
190
- id: 1,
+ id: "1",
191
content: "HTML is easy",
192
important: true
193
},
194
195
- id: 2,
+ id: "2",
196
content: "Browser can execute only JavaScript",
197
important: false
198
199
200
- id: 3,
+ id: "3",
201
content: "GET and POST are the most important methods of HTTP protocol",
202
203
}
0 commit comments