v1
- by keysee 9/12/202000
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
function test() {};

function isFunction(checkme) { return typeof checkme === 'function'; }

function _isFunction(functionToCheck) {
 return functionToCheck && {}.toString.call(functionToCheck) === '[object Function]';
}
delete caserun single casemove downdrag and drop case


ready



test instanceof Function
delete caserun single casemove upmove downdrag and drop case


ready



typeof test === 'function'
delete caserun single casemove upmove downdrag and drop case


ready



isFunction(test)
delete caserun single casemove upmove downdrag and drop case


ready



test2 instanceof Function
delete caserun single casemove upmove downdrag and drop case


ready



typeof test2 === 'function'
delete caserun single casemove upmove downdrag and drop case


ready



isFunction(test2)
delete caserun single casemove upmove downdrag and drop case


ready



_isFunction(test);
delete caserun single casemove updrag and drop case


ready



_isFunction(test2);
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