v1
2/13/2020 by djmisterjon 2/13/202000
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const tree = {
	A:{
        a:()=>{return 10}
    }
};
function test0(){
  return tree.A?.a() || 1;
}
function test1(){
  return tree.A && tree.A.a() || 1;
}
delete caserun single casemove downdrag and drop case


ready



test0()
delete caserun single casemove updrag and drop case


ready



test1()
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