Skip to content

Commit

Permalink
Update sample.js
Browse files Browse the repository at this point in the history
  • Loading branch information
valanm22 authored Jan 22, 2022
1 parent 078e8b3 commit a56b6c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code_samples/sample.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function add_two_numbers(a,b) {
const sum - a + b
const sum = a + b
console.log(sum)
}

add_two_numbers(5,2) // expected result 7
add_two_numbers(5,2) // expected result 7

0 comments on commit a56b6c6

Please sign in to comment.