Skip to content

Instantly share code, notes, and snippets.

View daanaerts's full-sized avatar

Daan Aerts daanaerts

  • One Click Donate
  • Netherlands
View GitHub Profile
Make a HTML todo list.
```
const myList = 'Make homework. Brush teeth. Buy a pony. Call my mother. Make a todo list.'
```
Result should look like this in HTML:
• Make homework.
• Brush teeth.