File tree 2 files changed +18
-10
lines changed
30_Day_Mini_project_final
2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ Primitive data types in JavaScript include:
62
62
3 . Booleans - true or false value
63
63
4 . Null - empty value or no value
64
64
5 . Undefined - a declared variable without a value
65
+ 6 . Symbol - A unique value that can be generated by Symbol constructor
65
66
66
67
Non-primitive data types in JavaScript includes:
67
68
68
69
1 . Objects
69
- 2 . Functions
70
- 3 . Arrays
70
+ 2 . Arrays
71
71
72
72
Now, let us see what exactly primitive and non-primitive data types mean.
73
73
* Primitive* data types are immutable(non-modifiable) data types. Once a primitive data type is created we cannot modify it.
Original file line number Diff line number Diff line change 16
16
17
17
<div >
18
18
19
- <small >Support [ ** Asabeneh** ] ( https://www.patreon.com/asabeneh?fan_landing=true ) to create more educational materials</small >
20
-
21
-
22
19
</div >
23
20
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 )
25
27
26
28
![ Thirty Days Of JavaScript] ( ../images/banners/day_1_30.png )
27
29
31
33
- [Exercise: Level 2](#exercise-level-2)
32
34
- [Exercise: Level 3](#exercise-level-3)
33
35
- [Testimony](#testimony)
36
+ - [Support](#support)
34
37
35
38
# Day 30
36
39
45
48
2 . Validate the following form using regex.
46
49
47
50
![ 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 )
50
51
52
+ ![ form validation] ( ./../images/projects/dom_mini_project_form_validation_day_10.2.png )
51
53
52
54
### Exercise: Level 2
53
55
57
59
58
60
## Testimony
59
61
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 )
61
69
62
- ~ ![ Congratulations] ( ./../images/projects/congratulations.gif )
70
+ ![ Congratulations] ( ./../images/projects/congratulations.gif )
63
71
64
72
[ << Day 29] ( ../29_Day_Mini_project_animating_characters/29_day_mini_project_animating_characters.md )
You can’t perform that action at this time.
0 commit comments