zeus
4 years ago
1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||||
|
let course = [ |
||||
|
{ |
||||
|
"title": "purple", |
||||
|
"type": "video", |
||||
|
"desc": "description", |
||||
|
"file": "file.mp4" |
||||
|
}, |
||||
|
{ |
||||
|
"title": "red", |
||||
|
"type": "video1", |
||||
|
"desc": "description1", |
||||
|
"file": "file1.mp4" |
||||
|
} |
||||
|
] |
||||
|
|
Loading…
Reference in new issue