File tree Expand file tree Collapse file tree 2 files changed +18
-10
lines changed
30_Day_Mini_project_final Expand file tree Collapse file tree 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:
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
6667Non-primitive data types in JavaScript includes:
6768
68691 . Objects
69- 2 . Functions
70- 3 . Arrays
70+ 2 . Arrays
7171
7272Now, 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.
Original file line number Diff line number Diff line change 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
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
45482 . 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
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 )
You can’t perform that action at this time.
0 commit comments