//testing if statements //continuing method function test(obbalo) { var one = 6; if(one==6) { one += 7; } return one + 4; }