To SIG developer team
2023/10/21 中午12:31
const agileDevTeam = {
backend: "@on_cloud",
frontend1: "@haco.tw",
frontend2: "@lazp.tw",
designer: "@merumay"
}
const printCongrats = () => {
const members = Object.values(agileDevTeam).join(" ")
const congrats = "You did it! Enjoy your work and alwalys have fun!"
console.log(`${congrats} ${members}`)
}
printCongrats()
Thomas Chiu
0 則留言