Add promises video link

pull/1657/head
Kamran Ahmed 4 years ago
parent 84c8e4cc7c
commit 88f0a35c5a
  1. 6
      pages/watch.js

@ -37,6 +37,12 @@ const WatchList = () => (
<div className="pt-5 pb-5 bg-light border-top">
<div className="container">
<div className="row">
<RowBlock
openExternal
title={ 'All about Promises in JavaScript' }
subtitle='Everything you need to know to about writing asynchronous code with Promises.'
url='https://www.youtube.com/watch?v=BvrkobaCVVE'
/>
<RowBlock
openExternal
title={ 'GitHub Actions' }

Loading…
Cancel
Save