Removing placeholders

This commit is contained in:
Nate Taylor
2019-10-23 20:17:28 -05:00
parent f5196268c4
commit 25f8a8976c
3 changed files with 0 additions and 17 deletions

View File

@@ -1,29 +1,22 @@
import setText from './results.mjs';
export function timeout(){
setText('A');
}
export function interval(){
setText('B');
}
export function clearInterval(){
setText('C');
}
export function xhr(){
setText('D');
}
export function allPromises(){
setText('E');
}
export function allSettled(){
setText('F');
}
export function race(){
setText('G');
}