JSFiddle - React, Tailwind, and code Playground

by Joe Saad

JavaScript

const p = new Promise((resolve, reject) => resolve(1))


console.log(p)