images to svg

This commit is contained in:
Ilya Kantor 2019-07-28 15:42:37 +03:00
parent a31e881856
commit 3ba28aa104
734 changed files with 11682 additions and 245 deletions

View file

@ -222,7 +222,7 @@ As calls become more nested, the code becomes deeper and increasingly more diffi
That's sometimes called "callback hell" or "pyramid of doom."
![](callback-hell.png)
![](callback-hell.svg)
The "pyramid" of nested calls grows to the right with every asynchronous action. Soon it spirals out of control.