following along

This commit is contained in:
counterweight 2025-05-25 15:04:45 +02:00
parent fee3e03818
commit 6691671c86
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 105 additions and 29 deletions

View file

@ -1,19 +1,49 @@
{
"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
}
]
}
"notes": [
{
"id": "1",
"content": "HTML is easy",
"important": false
},
{
"id": "2",
"content": "Browser can execute only JavaScript",
"important": true
},
{
"id": "3",
"content": "GET and POST are the most important methods of HTTP protocol",
"important": true
},
{
"id": "4",
"content": "123",
"important": false
},
{
"id": "5",
"content": "1233123111",
"important": true
},
{
"id": "6",
"content": "",
"important": true
},
{
"id": "7",
"content": "333",
"important": false
},
{
"id": "8",
"content": "123",
"important": false
},
{
"id": "9",
"content": "11111111111",
"important": false
}
]
}