Universeorange.com/Docs/

Priya library Function reference Global functions in_array

    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