pull/318/head
Asabeneh 3 years ago
parent faace4f703
commit 153a57b89b

@ -62,12 +62,12 @@ Primitive data types in JavaScript include:
3. Booleans - true or false value 3. Booleans - true or false value
4. Null - empty value or no value 4. Null - empty value or no value
5. Undefined - a declared variable without a value 5. Undefined - a declared variable without a value
6. Symbol - A unique value that can be generated by Symbol constructor
Non-primitive data types in JavaScript includes: Non-primitive data types in JavaScript includes:
1. Objects 1. Objects
2. Functions 2. Arrays
3. Arrays
Now, let us see what exactly primitive and non-primitive data types mean. Now, let us see what exactly primitive and non-primitive data types mean.
*Primitive* data types are immutable(non-modifiable) data types. Once a primitive data type is created we cannot modify it. *Primitive* data types are immutable(non-modifiable) data types. Once a primitive data type is created we cannot modify it.

@ -16,9 +16,11 @@
<div> <div>
<small>Support [**Asabeneh**](https://www.patreon.com/asabeneh?fan_landing=true) to create more educational materials</small> </div>
<div>
<small>Support the <strong>author</strong> to create more educational materials</small> <br />
<a href = "https://www.paypal.me/asabeneh"><img src='./../images/paypal_lg.png' alt='Paypal Logo' style="width:10%"/></a>
</div> </div>
[<< Day 29](../29_Day_Mini_project_animating_characters/29_day_mini_project_animating_characters.md) [<< Day 29](../29_Day_Mini_project_animating_characters/29_day_mini_project_animating_characters.md)
@ -31,6 +33,7 @@
- [Exercise: Level 2](#exercise-level-2) - [Exercise: Level 2](#exercise-level-2)
- [Exercise: Level 3](#exercise-level-3) - [Exercise: Level 3](#exercise-level-3)
- [Testimony](#testimony) - [Testimony](#testimony)
- [Support](#support)
# Day 30 # Day 30
@ -48,7 +51,6 @@
![form validation](./../images/projects/dom_mini_project_form_validation_day_10.2.png) ![form validation](./../images/projects/dom_mini_project_form_validation_day_10.2.png)
### Exercise: Level 2 ### Exercise: Level 2
### Exercise: Level 3 ### Exercise: Level 3
@ -57,8 +59,14 @@
## Testimony ## Testimony
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/) 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/)
## Support
You can support the autor to produce more educational materials
[![paypal](../images/paypal_lg.png)](https://www.paypal.me/asabeneh)
~![Congratulations](./../images/projects/congratulations.gif) ![Congratulations](./../images/projects/congratulations.gif)
[<< Day 29](../29_Day_Mini_project_animating_characters/29_day_mini_project_animating_characters.md) [<< Day 29](../29_Day_Mini_project_animating_characters/29_day_mini_project_animating_characters.md)

Loading…
Cancel
Save