LAB: Promises

In this lab, you will be exploring asynchronous Javascript using Promises

Getting Started

Fork the Online REPL for this assignment. Complete your work in the online editor

Requirements

Create and use new promise

Write a function called isEven that receives 1 parameter:

… And returns a Promise

Create an array of numbers.

Use a promise to do something asynchronous

Fetch the characters from the Star Wars API and create a simple object

Assignment Submission Instructions

Submit a link to your completed REPL