Computed Property

김범준·2021년 7월 17일
0

Javascript

목록 보기
17/22

Computed Property

변수의 값을 []안에 넣어준다. [1+5]와 같이 숫자도 계산된 값으로 쓰여진다. 함수명에서도 사용할 수 있다.

key1 = 나이
key2 = 이름
function makePerson(age,name){
	return {
    	[key1]:30,
      	[key2]:name,
      	[1]:1
    }
}

0개의 댓글

Powered by GraphCDN, the GraphQL CDN