We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7b220 commit 6cb758aCopy full SHA for 6cb758a
1640-check-array-formation-through-concatenation.js
@@ -10,7 +10,6 @@ const canFormArray = function(arr, pieces) {
10
}
11
for(let p of pieces) {
12
let idx = m.get(p[0])
13
- console.log(idx)
14
if(idx == null) return false
15
for(let i = 1, len = p.length; i < len; i++) {
16
console.log(m.has(p[i]))
0 commit comments