From 4e0e9d7a8d7e9a625ceaa2871b75d14014dc21a1 Mon Sep 17 00:00:00 2001 From: AlishaAS11 <111727873+AlishaAS11@users.noreply.github.com> Date: Wed, 7 Sep 2022 17:19:40 +0530 Subject: [PATCH 1/3] Added new resources to this repos. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 699b537..247274f 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ JavaScript **Arrays** are regular objects for which there is a particular relati - [JavaScript data types and data structures - Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures) - [A Beginner’s Guide to JavaScript Variables and Datatypes - SitePoint](https://www.sitepoint.com/beginners-guide-javascript-variables-and-datatypes/) +- [JavaScript Cheat Sheet](https://www.interviewbit.com/javascript-cheat-sheet) #### Object Oriented Programming in JavaScript @@ -217,3 +218,4 @@ Though there are other ways like `Babel`, `Rollup` etc., but that need some buil * [Topcoder Tutorials](https://www.topcoder.com/community/data-science/data-science-tutorials/) * [GeeksforGeeks](http://www.geeksforgeeks.org/) * [hackerearth Tutorial](https://www.hackerearth.com/practice/) +* [interviewbit](https://www.interviewbit.com/courses/programming/) From e3e0a28c5b51b8f91f6455268ce20236a1d3b8db Mon Sep 17 00:00:00 2001 From: Smith <116065791+Smith1161@users.noreply.github.com> Date: Fri, 4 Nov 2022 17:51:32 +0530 Subject: [PATCH 2/3] Added a useful resource Hey, I've added a helpful reference link in the useful links section, I think this will best add to your content and give your readers a more diverse understanding of the topics. I hope you will like this. Thank you. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 247274f..09e41e7 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ Though there are other ways like `Babel`, `Rollup` etc., but that need some buil * [You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS) * [JavaScript - Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web/JavaScript) * [Algorithms, 4th Edition (book by: Robert Sedgewick and Kevin Wayne)](http://algs4.cs.princeton.edu/home/) +* [Scaler Topics](https://www.scaler.com/topics/) * [Khan Academy tutorial on Algorithms](https://www.khanacademy.org/computing/computer-science/algorithms) * [Topcoder Tutorials](https://www.topcoder.com/community/data-science/data-science-tutorials/) * [GeeksforGeeks](http://www.geeksforgeeks.org/) From de408290a8f90579eb3cbbbb864e5d1192dff82f Mon Sep 17 00:00:00 2001 From: Smith <116065791+Smith1161@users.noreply.github.com> Date: Thu, 5 Jan 2023 18:25:36 +0530 Subject: [PATCH 3/3] Added a useful resource Adding a helpful link that discusses data types in javascript, I hope you will like this as it will add value to your repository and readers. Thank you. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09e41e7..b80a925 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ JavaScript **Arrays** are regular objects for which there is a particular relati - [JavaScript data types and data structures - Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures) - [A Beginner’s Guide to JavaScript Variables and Datatypes - SitePoint](https://www.sitepoint.com/beginners-guide-javascript-variables-and-datatypes/) - [JavaScript Cheat Sheet](https://www.interviewbit.com/javascript-cheat-sheet) +- [Data types in Javascript](https://www.scaler.com/topics/javascript/data-types-in-javascript/) #### Object Oriented Programming in JavaScript