From ff5706c82f447285b362ca68495cd9b0d2424e57 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 15 Nov 2021 14:05:00 +0100 Subject: [PATCH] Add video links --- content/videos.json | 22 + content/videos/async-javascript.md | 1 + content/videos/random-number-generators.md | 1 + package-lock.json | 12960 +++++++++++++------ 4 files changed, 8837 insertions(+), 4147 deletions(-) create mode 100644 content/videos/async-javascript.md create mode 100644 content/videos/random-number-generators.md 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 @@ +