Snippet

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.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top