Skip to content

Commit 30192d6

Browse files
committed
adding links for module #12 to table of content, and fixing links to module#12 sections
1 parent 75c5b4a commit 30192d6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

12_AdvancedFlowControl.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -525,14 +525,14 @@ function makePizza(toppings){
525525
```
526526

527527
<br>
528-
<a name="Async-await prompt UI"></a>
528+
<a name="AsyncAwaitPromptUI"></a>
529529

530530
## **ASYNC AWAIT PROMPT UI**
531531

532532
> CodePen example [here](https://codepen.io/cgope/pen/KKvZbzw)
533533
534534
<br>
535-
<a name="Async-await type UI"></a>
535+
<a name="AsyncAwaitTypeUI"></a>
536536

537537
## **ASYNC AWAIT TYPE UI**
538538

tableOfContent.md

+6
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,9 @@
132132

133133
- [The event loop and callback hell](12_AdvancedFlowControl.md#TheEventLoopAndCallbackHell)
134134
- [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)

0 commit comments

Comments
 (0)