JSTQL-JS-Transform/output_testing/990sequence-expression.js

8 lines
No EOL
152 B
JavaScript

function sequence(props) {
let x = (null, 1 |> Math.max(%, 2), foo());
while (foo(), true) {
x = (foo(), 2);
}
return x;
}
function foo() {}