Universeorange.com/Docs/

Priya library Function reference Element functions implode

    ready(() => {
        console.log(_('_').implode(',', [1,2,3,4,5]));
    });

Implodes an array into a string.
delimiter : any char
array : any array

Last modified: 2021-06-07

© 2021 universeorange.com