Skip to content

Commit 153a57b

Browse files
committed
link added
1 parent faace4f commit 153a57b

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

Diff for: 02_Day_Data_types/02_day_data_types.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ Primitive data types in JavaScript include:
6262
3. Booleans - true or false value
6363
4. Null - empty value or no value
6464
5. Undefined - a declared variable without a value
65+
6. Symbol - A unique value that can be generated by Symbol constructor
6566

6667
Non-primitive data types in JavaScript includes:
6768

6869
1. Objects
69-
2. Functions
70-
3. Arrays
70+
2. Arrays
7171

7272
Now, let us see what exactly primitive and non-primitive data types mean.
7373
*Primitive* data types are immutable(non-modifiable) data types. Once a primitive data type is created we cannot modify it.

Diff for: 30_Day_Mini_project_final/30_day_mini_project_final.md

+16-8
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616

1717
<div>
1818

19-
<small>Support [**Asabeneh**](https://www.patreon.com/asabeneh?fan_landing=true) to create more educational materials</small>
20-
21-
2219
</div>
2320

24-
[<< Day 29](../29_Day_Mini_project_animating_characters/29_day_mini_project_animating_characters.md)
21+
<div>
22+
<small>Support the <strong>author</strong> to create more educational materials</small> <br />
23+
<a href = "https://www.paypal.me/asabeneh"><img src='./../images/paypal_lg.png' alt='Paypal Logo' style="width:10%"/></a>
24+
</div>
25+
26+
[<< Day 29](../29_Day_Mini_project_animating_characters/29_day_mini_project_animating_characters.md)
2527

2628
![Thirty Days Of JavaScript](../images/banners/day_1_30.png)
2729

@@ -31,6 +33,7 @@
3133
- [Exercise: Level 2](#exercise-level-2)
3234
- [Exercise: Level 3](#exercise-level-3)
3335
- [Testimony](#testimony)
36+
- [Support](#support)
3437

3538
# Day 30
3639

@@ -45,9 +48,8 @@
4548
2. Validate the following form using regex.
4649

4750
![form validation](./../images/projects/dom_mini_project_form_validation_day_10.2.1.png)
48-
49-
![form validation](./../images/projects/dom_mini_project_form_validation_day_10.2.png)
5051

52+
![form validation](./../images/projects/dom_mini_project_form_validation_day_10.2.png)
5153

5254
### Exercise: Level 2
5355

@@ -57,8 +59,14 @@
5759

5860
## Testimony
5961

60-
Now it is time to express your thoughts about the Author and 30DaysOfJavaScript. You can leave your testimonial on this [link](https://testimonify.herokuapp.com/)
62+
Now it is time support the author and express your thoughts about the Author and 30DaysOfJavaScript. You can leave your testimonial on this [link](https://testimonify.herokuapp.com/)
63+
64+
## Support
65+
66+
You can support the autor to produce more educational materials
67+
68+
[![paypal](../images/paypal_lg.png)](https://www.paypal.me/asabeneh)
6169

62-
~![Congratulations](./../images/projects/congratulations.gif)
70+
![Congratulations](./../images/projects/congratulations.gif)
6371

6472
[<< Day 29](../29_Day_Mini_project_animating_characters/29_day_mini_project_animating_characters.md)

0 commit comments

Comments
 (0)