๐ย Reference
๐ย Index
str.concat(string2, string3[, ..., stringN])
let str = "welcom to"; console.log(str.concat("coding class"));