Please login to start chat

ICT Solutions 11 Jun 2022, 09:48:09
Category : JavaScript Tutorials

concat (JavaScript Array Methods)

const girls = ["Aye Aye", "Nwe Nwe", "Htwe Htwe"];
const boys = ["Aung Aung", "Maung Maung", "Kyaw Kyaw"];
const students = ["Hla Hla", "Mya Mya", "Aung Ba", "Aung Mya"];

const people = girls.concat(boys, students);
document.write(people.join("
"));

Comments:

No comment to show.

Available Services
Download Android Application