https://github.com/leta91/create-multi-dimensional-arrays-in-js
https://github.com/leta91/create-multi-dimensional-arrays-in-js
arrays fcc freecodecamp freecodecamp-challenge how-to javascript js js-array nested-arrays
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/leta91/create-multi-dimensional-arrays-in-js
- Owner: leta91
- License: mit
- Created: 2022-09-21T07:47:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T08:04:24.000Z (over 2 years ago)
- Last Synced: 2025-01-29T18:23:16.269Z (3 months ago)
- Topics: arrays, fcc, freecodecamp, freecodecamp-challenge, how-to, javascript, js, js-array, nested-arrays
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to Create Multi-Dimensional Arrays in JavaScript 🗂️
## freeCodeCamp Challenge 📌
We have defined a variable, myNestedArray, set equal to an array. To complete this challenge you need to:
- Use any combination of strings, numbers, and booleans for data elements within myNestedArray
- myNestedArray must have 5 levels of depth
- Somewhere on level 3 include the string 'deep'
- Somewhere on level 4 include the string 'deeper'
- Somewhere on level 5 include the string 'deepest'The solution and its explanation can be found on multi-dimensional-arrays.js in this repo 🖱️