From 0f20c80385b1cd49d9bc9c53b0d307b3ba34f939 Mon Sep 17 00:00:00 2001 From: Sachin Bhatt <111337936+Sachinbhatttech@users.noreply.github.com> Date: Fri, 19 Aug 2022 13:22:46 +0530 Subject: [PATCH] Added a new resource Hey, I have added a reference link for JavaScript Array Methods under Javascript (Specific Topics). I came upon this article while looking for resources to learn JavaScript. This citation, in my opinion, will enhance the content of this article. Hope that my contribution will benefit other learners. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf3d3de..cfedfb0 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ Mark's post series that describes the key terms, concepts, technologies, syntax, - Array methods: - [Modern JS Tutorial - Array Methods](https://javascript.info/array-methods) - [Which Array Function When?](https://dev.to/andrew565/which-array-function-when) + - [Learn about JS Array Methods](https://www.scaler.com/topics/array-methods-in-javascript/) - Equality and Comparisons - [MDN - Equality comparisons and sameness](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness) - [JS Equality Comparison Table](https://dorey.github.io/JavaScript-Equality-Table/)