Skip to content

Commit

Permalink
paypal link has been added
Browse files Browse the repository at this point in the history
  • Loading branch information
Asabeneh committed Jan 25, 2021
1 parent ff64df9 commit 8d98f73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file added images/paypal_lg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions readMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
</div>

<div>

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

</div>

Expand Down Expand Up @@ -583,7 +583,7 @@ Example of invalid variables:
num_#_1
```

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).
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).

```js
// Syntax
Expand Down

0 comments on commit 8d98f73

Please sign in to comment.