Add promises video link
This commit is contained in:
@ -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' }
|
||||
|
Reference in New Issue
Block a user