diff --git a/images/paypal_lg.png b/images/paypal_lg.png new file mode 100644 index 00000000..cc2a45a1 Binary files /dev/null and b/images/paypal_lg.png differ diff --git a/readMe.md b/readMe.md index 8a4bb39e..f8069971 100644 --- a/readMe.md +++ b/readMe.md @@ -61,9 +61,9 @@
- -Support [**Asabeneh**](https://www.patreon.com/asabeneh?fan_landing=true) to create more educational materials -[become-asabeneh-patreon](https://www.patreon.com/asabeneh?fan_landing=true) +Support the **author** to create more educational materials +Paypal Logo +
@@ -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