• + 0 comments

    //javaScript

    function printArray(array) { for (const element of array) { console.log(element); } }