Add New Page

Create new page basic-javascript.md

touch basic-javascript.md

Write basic-javascript.md

# Basic Javascript

How to make an array
``` js
const arr = [1,2,3];
```

How to make an object
``` js
const obj = {
  name: "Bob",
  job: "comtroller"
};
```

[Return to Homepage](index.md)

Add hyperlink to index.md

Links  
[Basic Javascript](basic-javascript.md)

Test Site

npm run serve

Next:
Setup URL Plugin