Skip to content

Commit 0adba00

Browse files
committed
paypal link has been added
1 parent 007cbff commit 0adba00

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

images/javascript_for_everyone.png

32.3 KB
Loading

images/paypal_lg.png

4.83 KB
Loading

readMe.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
<div>
1717

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>
2220

23-
![JS](https://res.cloudinary.com/dgqqxlkfa/image/upload/v1566725872/javascript_for_everyone/javascript_for_everyone.png)
21+
</div>
22+
23+
![JS](./images/javascript_for_everyone.png)
2424
- [Introduction](#introduction)
2525
- [Setup](#setup)
2626
- [Requirements](#requirements)
@@ -126,7 +126,7 @@
126126
- [Functional Programming](#functional-programming)
127127
- [Exercises](#exercises-1)
128128
- [Destructuring and Spread](#destructuring-and-spread)
129-
- [Destructing Arrays](#destructing-arrays)
129+
- [Destructing Arrays](#destructing--arrays)
130130
- [Destructuring Object](#destructuring-object)
131131
- [Renaming during structuring](#renaming-during-structuring)
132132
- [Spread or Rest Operator](#spread-or-rest-operator)
@@ -200,7 +200,7 @@
200200
- [Creating a pattern with RegEx Constructor](#creating-a-pattern-with-regex-constructor)
201201
- [Creating a pattern without RegEx Constructor](#creating-a-pattern-without-regex-constructor)
202202
- [RegExp Object Methods](#regexp-object-methods)
203-
- [Testing for a match](#testing-for-a-match)
203+
- [Testing for a match](#testing-for--a-match)
204204
- [Array containing all of the match](#array-containing-all-of-the-match)
205205
- [Replacing a substring](#replacing-a-substring)
206206
- [Square Bracket](#square-bracket)

0 commit comments

Comments
 (0)