Add video links
This commit is contained in:
@ -1,4 +1,26 @@
|
||||
[
|
||||
{
|
||||
"id": "async-javascript",
|
||||
"title": "All about Asynchronous JavaScript",
|
||||
"description": "Learn how to write asynchronous JavaScript using Async/Await",
|
||||
"isPro": false,
|
||||
"youtubeLink": "https://www.youtube.com/watch?v=VyIK6SV5f7o",
|
||||
"authorUsername": "kamranahmedse",
|
||||
"duration": "15 minutes",
|
||||
"updatedAt": "2021-11-14T19:59:14.191Z",
|
||||
"createdAt": "2021-11-14T19:59:14.191Z"
|
||||
},
|
||||
{
|
||||
"id": "random-number-generators",
|
||||
"title": "Random Number Generators",
|
||||
"description": "How do random number generators work?",
|
||||
"isPro": false,
|
||||
"youtubeLink": "https://www.youtube.com/watch?v=nDv3yXdD0rk",
|
||||
"authorUsername": "kamranahmedse",
|
||||
"duration": "8 minutes",
|
||||
"updatedAt": "2021-11-03T19:59:14.191Z",
|
||||
"createdAt": "2021-11-03T19:59:14.191Z"
|
||||
},
|
||||
{
|
||||
"id": "big-o-notation",
|
||||
"title": "Big O Notation — Calculating Time Complexity",
|
||||
|
1
content/videos/async-javascript.md
Normal file
1
content/videos/async-javascript.md
Normal file
@ -0,0 +1 @@
|
||||
<iframe src="https://www.youtube.com/embed/VyIK6SV5f7o" title="Asynchronous JavaScript" />
|
1
content/videos/random-number-generators.md
Normal file
1
content/videos/random-number-generators.md
Normal file
@ -0,0 +1 @@
|
||||
<iframe src="https://www.youtube.com/embed/nDv3yXdD0rk" title="Random Number Generators" />
|
12994
package-lock.json
generated
12994
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user