8 lines
No EOL
152 B
JavaScript
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() {} |