Keyword that waits for a response and then returns that response. const product = await Product.create("pin"); // defines the constant product as the value of Product.create() after it evaluates