Yup, this is my third post!
> This is only really for testing.
Here is a list of things:
- Wow
- Sweet
- Epic
Now here is a numbered list:
1. Okay 2. Yup 3. Great
```javascript const test = 'This is just a test';
function doThing(theThing) { console.log(theThing); }
doThing(test); ```
Comments