jiicoding
Results
1
comments of
jiicoding
I fixed the ``` return x || a() ``` bug by adding an else statement, so after the transform ``` `if (!x) { return a() } else { return(x)} ```...