Is there any way to know when to use Promises vs Async/Await?
I am asking that because it's not so clear for me to know which one performs better, or also is better readable, is there any advantages using each one of them or it doesn't matter?
Thanks!