diff --git a/content/videos.json b/content/videos.json index 95ccc826d..6fad18cb1 100644 --- a/content/videos.json +++ b/content/videos.json @@ -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", diff --git a/content/videos/async-javascript.md b/content/videos/async-javascript.md new file mode 100644 index 000000000..6d87632b4 --- /dev/null +++ b/content/videos/async-javascript.md @@ -0,0 +1 @@ +