Fixing iterating
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
<button class="bg-purple mr2" onclick="getCatch()">Handle Errors</button>
|
<button class="bg-purple mr2" onclick="getCatch()">Handle Errors</button>
|
||||||
<button class="bg-purple mr2" onclick="chain()">Chain</button>
|
<button class="bg-purple mr2" onclick="chain()">Chain</button>
|
||||||
<button class="bg-purple mr2" onclick="concurrent()">Concurrent</button>
|
<button class="bg-purple mr2" onclick="concurrent()">Concurrent</button>
|
||||||
<button class="bg-purple mr2" onclick="parallel()">Parparallelel</button>
|
<button class="bg-purple mr2" onclick="parallel()">Parallel</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="results w-50 ml4 mt4 pa4">
|
<div class="results w-50 ml4 mt4 pa4">
|
||||||
<h1>Results</h1>
|
<h1>Results</h1>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import setText from './results.mjs';
|
import setText , {appendText} from './results.mjs';
|
||||||
|
|
||||||
export function get(){
|
export function get(){
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user