1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Add a mention to the latest til

This commit is contained in:
jbranchaud
2018-04-20 13:38:30 -05:00
parent 48c62e204a
commit d5f9f52381

View File

@@ -37,3 +37,5 @@ fetchTrainer(trainerName)
`Promise.all` allows us to resolve and pass multiple promises. If any of the
values in the array argument is not a promise, it simply passes it through.
h/t Brian Dunn