Add promises video link

This commit is contained in:
Kamran Ahmed
2020-07-21 01:02:45 +04:00
parent 1e677183aa
commit 570d6a04b1

View File

@ -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' }