|
15 | 15 |
|
16 | 16 | <div>
|
17 | 17 |
|
18 |
| -<small>Support [**Asabeneh**](https://www.patreon.com/asabeneh?fan_landing=true) to create more educational materials</small> |
19 |
| -[<img src = './images/become_patreon.png' alt='become-asabeneh-patreon' title='click' />](https://www.patreon.com/asabeneh?fan_landing=true) |
20 |
| - |
21 |
| -</div> |
| 18 | +<small>Support the **author** to create more educational materials</small> |
| 19 | +<a href = "https://www.paypal.me/asabeneh"><img src='./images/paypal_lg.png' alt='Paypal Logo' style="width:10%"/></a> |
22 | 20 |
|
23 |
| - |
| 21 | +</div> |
| 22 | + |
| 23 | + |
24 | 24 | - [Introduction](#introduction)
|
25 | 25 | - [Setup](#setup)
|
26 | 26 | - [Requirements](#requirements)
|
|
126 | 126 | - [Functional Programming](#functional-programming)
|
127 | 127 | - [Exercises](#exercises-1)
|
128 | 128 | - [Destructuring and Spread](#destructuring-and-spread)
|
129 |
| - - [Destructing Arrays](#destructing-arrays) |
| 129 | + - [Destructing Arrays](#destructing--arrays) |
130 | 130 | - [Destructuring Object](#destructuring-object)
|
131 | 131 | - [Renaming during structuring](#renaming-during-structuring)
|
132 | 132 | - [Spread or Rest Operator](#spread-or-rest-operator)
|
|
200 | 200 | - [Creating a pattern with RegEx Constructor](#creating-a-pattern-with-regex-constructor)
|
201 | 201 | - [Creating a pattern without RegEx Constructor](#creating-a-pattern-without-regex-constructor)
|
202 | 202 | - [RegExp Object Methods](#regexp-object-methods)
|
203 |
| - - [Testing for a match](#testing-for-a-match) |
| 203 | + - [Testing for a match](#testing-for--a-match) |
204 | 204 | - [Array containing all of the match](#array-containing-all-of-the-match)
|
205 | 205 | - [Replacing a substring](#replacing-a-substring)
|
206 | 206 | - [Square Bracket](#square-bracket)
|
|
0 commit comments