fix a typo

This commit is contained in:
krahets
2023-10-11 17:39:56 +08:00
parent 227bd66223
commit da5ef293d9
6 changed files with 9 additions and 9 deletions

View File

@@ -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);