File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -525,14 +525,14 @@ function makePizza(toppings){
525
525
```
526
526
527
527
<br >
528
- <a name =" Async-await prompt UI " ></a >
528
+ <a name =" AsyncAwaitPromptUI " ></a >
529
529
530
530
## ** ASYNC AWAIT PROMPT UI**
531
531
532
532
> CodePen example [ here] ( https://codepen.io/cgope/pen/KKvZbzw )
533
533
534
534
<br >
535
- <a name =" Async-await type UI " ></a >
535
+ <a name =" AsyncAwaitTypeUI " ></a >
536
536
537
537
## ** ASYNC AWAIT TYPE UI**
538
538
Original file line number Diff line number Diff line change 132
132
133
133
- [ The event loop and callback hell] ( 12_AdvancedFlowControl.md#TheEventLoopAndCallbackHell )
134
134
- [ Promises] ( 12_AdvancedFlowControl.md#Promises )
135
+ - [ Promises Error Handling] ( 12_AdvancedFlowControl.md#PromisesErrorHandling )
136
+ - [ Refactoring callback hell to promise] ( 12_AdvancedFlowControl.md#EventLoopCallbackHellRefactor )
137
+ - [ Async Await] ( 12_AdvancedFlowControl.md#AsyncAwait )
138
+ - [ Async Await Error Handling] ( 12_AdvancedFlowControl.md#AsyncAwaitErrorHandling )
139
+ - [ Async Await Prompt UI] ( 12_AdvancedFlowControl.md#AsyncAwaitPromptUI )
140
+ - [ Async Await Typer UI] ( 12_AdvancedFlowControl.md#AsyncAwaitTypeUI )
You can’t perform that action at this time.
0 commit comments