Update includesAll.md

This commit is contained in:
Angelos Chalaris
2019-11-05 14:29:50 +02:00
committed by GitHub
parent c221478e2d
commit 690b181995

View File

@ -3,7 +3,7 @@ title: includesAll
tags: array,beginner
---
Returns `true` if all the elements of values are included in arr , `false` otherwise.
Returns `true` if all the elements ιν `values` are included in `arr`, `false` otherwise.
Use `Array.prototype.every()` and `Array.prototype.includes()` to check if all elements of `values` are included in `arr`.