I have an async function called createContact() which makes a POST request to a database to add a contact entry. This method does not modify any DOM (unless an erro
createContact()