it begins
This commit is contained in:
6
Arrays.md
Normal file
6
Arrays.md
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
You can think of an array as a list of things. For example a shopping list might look like
|
||||
|
||||
```js
|
||||
["Apple", "Orange"]
|
||||
```
|
||||
@@ -1,2 +1,7 @@
|
||||
# Javascript-cheatsheet
|
||||
A cheatsheet of concepts new developers ask me for
|
||||
A cheatsheet of concepts new developers ask me for. These are written to be 99% correct, some concepts/nuances might be omitted so new people don't get overwhelmed.
|
||||
|
||||
|
||||
## TOC
|
||||
|
||||
1. [Arrays](./Arrays.md)
|
||||
Reference in New Issue
Block a user