summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-09-02 05:57:03 -0400
committerDan Davison <dandavison7@gmail.com>2022-09-02 05:57:03 -0400
commitd4b0c03808e8cd08d0f1357da695a026738bcdca (patch)
tree291df3d124f59c1c796b2e634ff91bc953c48b87
parent7880ee620f818638b2e8b425cf5249e0f550cfa6 (diff)
2.js1129
-rw-r--r--1.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/1.js b/1.js
index 61ce6703..6595cd2c 100644
--- a/1.js
+++ b/1.js
@@ -1,3 +1,6 @@
function foo() {
- return bar();
+ return (
+ bar() &&
+ baz()
+ );
}