Fix typos

This commit is contained in:
Yohix
2020-03-22 01:42:10 +00:00
parent 08984462ab
commit 585e6113f8
8 changed files with 8 additions and 8 deletions

View File

@ -1202,7 +1202,7 @@
" return true;",
"};"
],
"description": "Returns `true` if two arrays contain the same elements regardless of order, `false` otherwise.\n\nUse a `for...of` loop over a `Set` created from the values of both arrays.\nUse `Array.prototype.filter()` to compare the amount of occurences of each distinct value in both arrays.\nReturn `false` if the counts do not match for any element, `true` otherwise.\n"
"description": "Returns `true` if two arrays contain the same elements regardless of order, `false` otherwise.\n\nUse a `for...of` loop over a `Set` created from the values of both arrays.\nUse `Array.prototype.filter()` to compare the amount of occurrences of each distinct value in both arrays.\nReturn `false` if the counts do not match for any element, `true` otherwise.\n"
},
"head": {
"prefix": "30s_head",