Skip to content
Snippets Groups Projects
Commit 8764c672 authored by Alexander Repeta's avatar Alexander Repeta
Browse files

async/await prod test

parent f06ad55b
No related branches found
No related tags found
No related merge requests found
import './sass/main.scss';
const makePromise = async () => await new Promise(resolve => resolve(5));
makePromise().then(console.log);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment