diff --git a/02_Day_Data_types/02_day_data_types.md b/02_Day_Data_types/02_day_data_types.md index e27d43d..038b372 100644 --- a/02_Day_Data_types/02_day_data_types.md +++ b/02_Day_Data_types/02_day_data_types.md @@ -63,6 +63,7 @@ Primitive data types in JavaScript include: 4. Null - empty value or no value 5. Undefined - a declared variable without a value 6. Symbol - A unique value that can be generated by Symbol constructor + 7. BigInt - Numeric values which are too large to be represented by the number primitive. Non-primitive data types in JavaScript includes: