diff --git a/Chapter 6__/Exercise 6.1 b/Chapter 6__/Exercise 6.1 index 3588661..7fdc102 100644 --- a/Chapter 6__/Exercise 6.1 +++ b/Chapter 6__/Exercise 6.1 @@ -1,5 +1,5 @@ function adder(a, b) { -return a + b; + return a + b; } const val1 = 10; const val2 = 20;