mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-26 11:07:01 +00:00
feat: add lesson 3
This commit is contained in:
parent
8302a54e69
commit
a1713745ef
9 changed files with 273 additions and 8 deletions
20
lessons/3/flowers.json
Normal file
20
lessons/3/flowers.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
{
|
||||
"name": "tulip",
|
||||
"primary_color": "purple",
|
||||
"available": true,
|
||||
"quantity": 4
|
||||
},
|
||||
{
|
||||
"name": "rose",
|
||||
"primary_color": "red",
|
||||
"available": true,
|
||||
"quantity": 6
|
||||
},
|
||||
{
|
||||
"name": "sunflower",
|
||||
"primary_color": "yellow",
|
||||
"available": false,
|
||||
"quantity": 0
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue