Skip to content

Commit 8d98f73

Browse files
committed
paypal link has been added
1 parent ff64df9 commit 8d98f73

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

images/paypal_lg.png

4.83 KB
Loading

readMe.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
</div>
6262

6363
<div>
64-
65-
<small>Support [**Asabeneh**](https://www.patreon.com/asabeneh?fan_landing=true) to create more educational materials</small>
66-
[<img src = './images/become_patreon.png' alt='become-asabeneh-patreon' title='click' />](https://www.patreon.com/asabeneh?fan_landing=true)
64+
<small>Support the **author** to create more educational materials</small>
65+
<a href = "https://www.paypal.me/asabeneh"><img src='./images/paypal_lg.png' alt='Paypal Logo' style="width:10%"/></a>
66+
</div>
6767

6868
</div>
6969

@@ -583,7 +583,7 @@ Example of invalid variables:
583583
num_#_1
584584
```
585585

586-
Let us declare variables with different data types. To declare a variable, we need to use *let* or *const* keyword before the variable name. Following the variable name, we write an equal sign (assignment operator), and a value(assigned data).
586+
Let us declare variables with different data types. To declare a variable, we need to use _let_ or _const_ keyword before the variable name. Following the variable name, we write an equal sign (assignment operator), and a value(assigned data).
587587

588588
```js
589589
// Syntax

0 commit comments

Comments
 (0)