moving on with the lesson
This commit is contained in:
parent
315a22614c
commit
f1916e5c56
4 changed files with 809 additions and 23 deletions
19
parts/2/renderingCollections/db.json
Normal file
19
parts/2/renderingCollections/db.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"notes": [
|
||||
{
|
||||
"id": "1",
|
||||
"content": "HTML is easy",
|
||||
"important": true
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"content": "Browser can execute only JavaScript",
|
||||
"important": false
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"content": "GET and POST are the most important methods of HTTP protocol",
|
||||
"important": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue