Universeorange.com/Docs/
ready(() => {
console.log(in_array(3, [1,2,3,4,5]));
});
Return true if the array contains the item, false otherwise.
search
: any value
array
: any array
Last modified: 2021-06-07
© 2021 universeorange.com