bars
📂
LeetCode Note
search
circle-xmark
⌘
Ctrl
k
copy
Copy
chevron-down
Tools
處理 Array 小撇步
hashtag
知道 index 情況要塞值
Copy
var
result
=
[]
//
good for Memory
result
[
i
]
=
xx
//
bad
result
.
push
(
xx
)
Previous
Prototype
chevron-left
Next
String Method
chevron-right
Last updated
1 year ago