# Advanced-JavaScript-Deprecated **Repository Path**: mirrors_LambdaSchool/Advanced-JavaScript-Deprecated ## Basic Information - **Project Name**: Advanced-JavaScript-Deprecated - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Advanced JavaScript ## Instructions ## Do not use any of the built in Javascript Array methods like .forEach .map etc. If you'd like feel free to reuse any of your functions along the way though! #### Fork and clone this repo. * Run the command `npm i` to install needed node packages. * Run the command `npm test` to run the tests. * Work through the files and make the tests pass. * Suggested order: `es6.js`, `arrays.js`, `objects.js`, `this.js`, `class.js`, `closure.js`, and then `recursion.js`. * Submit a pull request when you are finished and we will review your code.