Skip to content

Commit

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

console.log(result(5,7))

0 comments on commit 9eafdc1

Please sign in to comment.