diff --git a/Arrays.md b/Arrays.md new file mode 100644 index 0000000..de440a0 --- /dev/null +++ b/Arrays.md @@ -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"] +``` \ No newline at end of file diff --git a/README.md b/README.md index e30b774..3e3d4b0 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file