Skip to content

Commit

Permalink
week2 作業完成更新
Browse files Browse the repository at this point in the history
  • Loading branch information
王茂己 authored and 王茂己 committed Jun 25, 2020
1 parent 94a3052 commit 52579ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion homeworks/week2/挑戰題.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ function search(arr, n){
}

console.log(search([1, 3, 10, 14, 39], 14)) //=> 3
console.log(search([1, 3, 10, 14, 39], 299)) //=> -1
console.log(search([1, 3, 10, 14, 39], 299)) //=> -1

7 changes: 0 additions & 7 deletions homeworks/week2/超級挑戰題.js

This file was deleted.

0 comments on commit 52579ff

Please sign in to comment.