Input
function add(a, b) { let result = a + b; if (result > 10) { return result * 2; } else { return result; } }
Parse Tree
Loading...
AST
Loading...