Skip to content
Prev Previous commit
step 2-2
  • Loading branch information
EliaYazdi committed Aug 15, 2019
commit 7282fc99b869b92f379a457f69bbe29cc419fdc2
1 change: 0 additions & 1 deletion Week3/homework/step2-2.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ function threeFive(startIndex, stopIndex, threeCallback, fiveCallback) {
}
}


function sayThree(number) {
console.log('${number} is divisible by three')

Expand Down