7 lines
56 B
JavaScript
7 lines
56 B
JavaScript
function foo() {
|
|
bar();
|
|
if (foo) {
|
|
bar();
|
|
}
|
|
}
|