v1
1/10/2020 by asdf -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const array = 'giyrxgfoyugrxeupqzuehfgfccsydgfpxwieuhqzuiehfuiegfyuegfpegrygrypiop634927chmiuqefdyiqdetfcityrfiwecfiuegciquegiyrxgfoyugrxeupqzuehfgfccsydgfpxwieuhqzuiehfuiegfyuegfpegrygrypiop634927chmiuqefdyiqdetfcityrfiwecfiuegciquegiyrxgfoyugrxeupqzuehfgfccsydgfpxwieuhqzuiehfasdfhiuhiufh2iefjkashf0u0klafnsahsiuydfgo9hg8f2giuiegfyuegfpegrygrypiop634927chmiuqefdyiqdetfcityrfiwecfiuegciquegiyrxgfoyugrxeupqzuehfgfccsydgfpxwieuhqzuiehfuiegfyuegfpegrygrypiop634927chmiuqefdyiqdetfcityrfiwecfiuegciquegiyrxgfoyugrxeupqzuehfgfccsydgfpxwieuhqzuiehfuiegfyuegfpegrygrypiop634927chmi1h9h3ifoh1pfy91hfuihf2981h8ouf1gf91gfvhsadhfdhf9827g9fgiwgfuiyef89720yhbfhvsdo9oifhkajbgtys789yoiljkhgfty678iut543wsdxcfgtrewsxcvbhji8u7ytredcvbhji87654ewsxcvbhjkio98765redsxcuqefdyiqdetfcityrfiwecfiuegciquegiyrxgfoyugrxeupqzuehfgfccsydgfpxwieuhqzuiehfuiegfyuegfpegrygrypiop634927chmiuqefdyiqdetfcityrfiwecfiuegciquegiyrxgfoyugrxeupqzuehfgfccsydgfpxwieuhqzuiehfuiegfyuegfpegrygrypiop634927chmiuqefdyiqdetfcityrfiwecfiuegciquegiyrxgfoyugrxeupqzuehfgfccsydgfpxwieuhqzuiehfuiegfyuegfpegrygrypiop634927chmiuqefdyiqdetfcityrfiwecfiuegcique'.split('');

function filterFn(value) {
    return value > 'h';
}

function mapFn(value) {
    return value + '' + value;
}
delete caserun single casemove downdrag and drop case


ready



const forArray = [];

for(let i = array.length; i-->0;) {
    if (filterFn(array[i])) {
        forArray.push(mapFn(mapFn(array[i])));
    }
}
delete caserun single casemove upmove downdrag and drop case


ready



const apArray = array
    .filter(filterFn)
    .map(mapFn)
    .map(mapFn);
delete caserun single casemove updrag and drop case


ready



const forEachArray = [];

array.forEach(value => {
    if (filterFn(value)) {
        forEachArray.push(mapFn(mapFn(value)));
    }
});
Test Case - click to add another test case
Teardown JS - click to add teardown JavaScript
Output (DOM) - click to monitor output (DOM) while test is running
RUN