13 lines
867 B
Markdown
13 lines
867 B
Markdown
# Advent of Code 2022 - Assignment5 javascript
|
|
This repository contains answers to the assignments of Advent of Coding 2022
|
|
|
|
## References
|
|
- https://www.w3schools.com/jsref/jsref_includes.asp
|
|
- https://stackoverflow.com/questions/10261986/how-to-detect-string-which-contains-only-spaces
|
|
- https://www.w3schools.com/jsref/jsref_indexof.asp
|
|
- https://stackoverflow.com/questions/8073673/how-can-i-add-new-array-elements-at-the-beginning-of-an-array-in-javascript
|
|
- https://stackoverflow.com/questions/966225/how-can-i-create-a-two-dimensional-array-in-javascript
|
|
- https://www.w3schools.com/jsref/jsref_ceil.asp
|
|
- https://stackoverflow.com/questions/30561056/console-log-a-multi-dimensional-array
|
|
- https://teamtreehouse.com/community/removing-more-than-1-element-using-pop-and-shift-method
|
|
- https://stackoverflow.com/questions/14723848/push-multiple-elements-to-array |