Skip to content

Commit

Permalink
update: Make this statement different from the statement above
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxuelian authored Nov 29, 2024
1 parent a364e42 commit 1dcc87d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
console.log(1 + 2 * 3); // 1 + 6
// Expected output: 7

console.log(1 + 2 * 3); // 1 + 6
console.log(1 + (2 * 3)); // 1 + 6
// Expected output: 7

console.log((1 + 2) * 3); // 3 * 3
Expand Down

0 comments on commit 1dcc87d

Please sign in to comment.