good | bad |
---|---|
null | null |
good | bad |
---|---|
null | null |
good | bad |
---|---|
null | null |
good | bad |
---|---|
null | null |
good | bad |
---|---|
null | null |
good | bad |
---|---|
null | null |
function test(data){
// data is the input variable that is supplied from the Enumeration List.
// For this module, we don't process the input data.
if(data % 2 === 0){
addResult(data.prop, data.val);
} else {
addNone();
}
}
var data = [1,2,3,4,5,6,7,8,9,10];