const a = 'test'
const value = 123
const testObject = {}
testObject[a] = value
console.log(testObject)
// { test: 123}
'Language > Javascript, typescript' 카테고리의 다른 글
[Typescript] Object key 타입 정의 (0) | 2022.08.17 |
---|---|
[typescript] class-transformer, Object를 클래스로 클래스를 Object로! [1] (0) | 2022.04.14 |
[typescript] 날짜 String 타입으로 만들기 (0) | 2022.02.26 |
[Javascript] 실행시간 측정 방법 (0) | 2022.02.23 |
Typescript에서 Enum을 사용하지 않는게 좋은 이유 (0) | 2022.02.23 |