kindring преди 3 години
родител
ревизия
9328229ccb
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 2 3
      js/合并数组中的key值.md

+ 2 - 3
js/合并数组中的key值.md

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2021-08-20 16:17:21
- * @LastEditTime: 2021-08-24 11:26:09
+ * @LastEditTime: 2021-08-24 11:28:59
  * @LastEditors: Please set LastEditors
  * @Description: 
  * @FilePath: \md-\js\合并数组中的key值.md
@@ -118,8 +118,7 @@ const res = [...map.values()]
 [0,1,2,3].reduce((accumulator,currentValue,index,array)=>{
     console.log(`accumulator:${accumulator}\ncurrentValue:${currentValue}\nindex:${index}`)
 },-1)
-
-``` 
+```
 
 ### 2. `js`解构赋值
 ### 3. `Map`的使用