shank() - array - duplicates Array.prototype.splice() except returns a new array instead of mutating in-place

Update shank.md

Update shank.md

Update shank.js

Update shank.test.js

Update tag_database

remove testlog
This commit is contained in:
Brian Boyko
2018-09-27 00:55:30 +02:00
committed by Felix Wu
parent a4058f9a2e
commit efce13b1e1
5 changed files with 62 additions and 0 deletions

View File

@ -247,6 +247,7 @@ sdbm:math,utility,intermediate
serializeCookie:utility,string,intermediate
setStyle:browser,beginner
shallowClone:object,beginner
shank:array,intermediate
show:browser,css,beginner
shuffle:array,random,intermediate
similarity:array,math,beginner