From 54414c550b8383979e4eddf2296a4020f875c4c3 Mon Sep 17 00:00:00 2001 From: reddirani8496 Date: Sun, 13 Oct 2024 11:45:39 +0530 Subject: [PATCH 1/2] Add Primitive data types article by Scaler --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e67635b5..4a6aec5e 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ Primitive values are directly assigned to a variable, and when you manipulate a - [The differences between Object.freeze() vs Const in JavaScript — Bolaji Ayodeji](https://medium.com/@bolajiayodeji/the-differences-between-object-freeze-vs-const-in-javascript-4eacea534d7c) - [Object to primitive conversion — JavaScript.info](https://javascript.info/object-toprimitive) - [Methods of primitives - Javascript.info](https://javascript.info/primitives-methods) +- [What are the Primitive Data Types in JavaScript ? - Scaler](https://www.scaler.com/topics/what-are-the-primitive-data-types-in-javascript/) ### video Videos From 66752a3a41c8eea33c838dda2b301738d55b3835 Mon Sep 17 00:00:00 2001 From: reddirani8496 Date: Mon, 14 Oct 2024 23:21:02 +0530 Subject: [PATCH 2/2] Added indentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a6aec5e..6dbd8f82 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ Primitive values are directly assigned to a variable, and when you manipulate a - [The differences between Object.freeze() vs Const in JavaScript — Bolaji Ayodeji](https://medium.com/@bolajiayodeji/the-differences-between-object-freeze-vs-const-in-javascript-4eacea534d7c) - [Object to primitive conversion — JavaScript.info](https://javascript.info/object-toprimitive) - [Methods of primitives - Javascript.info](https://javascript.info/primitives-methods) -- [What are the Primitive Data Types in JavaScript ? - Scaler](https://www.scaler.com/topics/what-are-the-primitive-data-types-in-javascript/) +- [What are the Primitive Data Types in JavaScript ? - Scaler](https://www.scaler.com/topics/what-are-the-primitive-data-types-in-javascript/) ### video Videos