phuocng / 1loc

What's your favorite JavaScript single LOC (line of code)?

Home Page:https://phuoc.ng/collection/1-loc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Check if an array contains a given value` is just an alias

abhijeetkpawar opened this issue · comments

Solution of Check if an array contains a given value is just the call to native includes() method.
I think this should not be termed as 1-liner code, otherwise every native method would satisfy for this list.
https://github.com/phuoc-ng/1loc/blob/master/collections/array/check-if-an-array-contains-a-given-value.md

@abhijeetkpawar
That is the principle I try to follow. If the snippet is supported by the native API directly, we absolutely don't need it.
In that case, I'll remove the snippet you mentioned.