From 2c8261cc55b1d19a2c68fd14ea14509dc8ea93c9 Mon Sep 17 00:00:00 2001 From: hn-agnihotri29 Date: Thu, 17 Oct 2024 18:40:28 +0530 Subject: [PATCH] Added the new Article --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b71fb4b..caab3652 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ All the translations for this repo will be listed below: - [JavaScript Primitive vs Reference Values](http://www.javascripttutorial.net/javascript-primitive-vs-reference-values/) - [JavaScript by Reference vs. by Value — nrabinowitz](https://stackoverflow.com/questions/6605640/javascript-by-reference-vs-by-value) - [JavaScript Interview Prep: Primitive vs. Reference Types — Mike Cronin](https://dev.to/mostlyfocusedmike/javascript-interview-prep-primitive-vs-reference-types-3o4f) +- [JavaScript Primitive Values vs Reference Values - German Cocca](https://www.freecodecamp.org/news/javascript-assigning-values-vs-assigning-references/) - [forEach method in JavaScript - A Comprehensive Guide](https://robiul.dev/foreach-method-in-javascript-a-comprehensive-guide) - [JavaScript map vs. forEach: When to Use Each One - Sajal Soni](https://code.tutsplus.com/tutorials/javascript-map-vs-foreach-when-to-use-each-one--cms-38365)