Starting here, do the thing.
<script>
const anchor = "#js-app";
const database = {};
const initElements = async () => {}
const initDatabase = async () => {}
$(document).ready(async function() {
await initElements()
await initDatabase()
})
</script>
It’s a quiz. What did you come up with? Leave a comment.