UNPKG

117 BJavaScriptView Raw
1function a(){for(var o=5;0<o&&3!=o;o--);console.log("A",o)}function b(o){var n=o?"A":"B";console.log("B",n)}a(),b();