mirror of
https://github.com/krahets/hello-algo.git
synced 2026-02-03 10:53:35 +08:00
fix a typo
This commit is contained in:
@@ -66,7 +66,7 @@ function find(nums, target) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* Driver Codes*/
|
||||
/* Driver Code */
|
||||
/* 初始化数组 */
|
||||
const arr = new Array(5).fill(0);
|
||||
console.log('数组 arr =', arr);
|
||||
|
||||
Reference in New Issue
Block a user