Discuss / JavaScript / just test

just test

Topic source

caylof

#1 Created at ... [Delete] [Delete and Lock User]
alert(
    ['欢迎'].concat(
        arr.slice(0, -1).join(', ')
    )
    .concat('和')
    .concat(arr.pop())
    .concat('同学!')
    .join('')
);

  • 1

Reply