Skip to content

Commit

Permalink
new test
Browse files Browse the repository at this point in the history
  • Loading branch information
ElazzouziHassan committed Sep 8, 2023
1 parent 9eafdc1 commit e6d3b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const result = (a, b) => a > b ? "a is geater than b" : "b greater than a"

console.log(result(5,7))
console.log(result(6,7))

0 comments on commit e6d3b1d

Please sign in to comment.