카타 8급 Semi-Optional

1 개요[ | ]

카타 8급 C
# 🔗 문제 풀이

틀:카타 8급-2

2 JavaScript[ | ]

JavaScript
Copy
function wrap(value) {
  return { value:value };
}