Add video links

pull/1657/head
Kamran Ahmed 3 years ago
parent 71bef50e53
commit 5a121e4010
  1. 22
      content/videos.json
  2. 1
      content/videos/async-javascript.md
  3. 1
      content/videos/random-number-generators.md
  4. 12960
      package-lock.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",

@ -0,0 +1 @@
<iframe src="https://www.youtube.com/embed/VyIK6SV5f7o" title="Asynchronous JavaScript" />

@ -0,0 +1 @@
<iframe src="https://www.youtube.com/embed/nDv3yXdD0rk" title="Random Number Generators" />

12960
package-lock.json generated

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save