There was an error while loading. Please reload this page.
2 parents 99680b7 + 246bbc0 commit 4005df5Copy full SHA for 4005df5
modules/20-arithmetics/40-priority/index.js
@@ -1 +1 @@
1
-console.log((70 * (3 + 4)) / (8 + 2));
+console.log(70 * (3 + 4) / (8 + 2));
0 commit comments