Posts by Raphael • 11 points
1 post
- 
		1 votes4 answers4547 viewsA: What’s the difference between Promises and Observables?One of the differences is that using observable you can return multiple values while in Promises you return only one, example: https://youtu.be/3rbikUwGf9Y Another difference is that to use… javascriptanswered Raphael 11