Skip to content

Commit 2efb690

Browse files
committed
[객체 기본] 프로퍼티 값 두 배로 부풀리기 과제 병합충돌 해결
1 parent 605557a commit 2efb690

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • 1-js/04-object-basics/01-object/8-multiply-numeric

1-js/04-object-basics/01-object/8-multiply-numeric/task.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,9 @@ importance: 3
22

33
---
44

5-
<<<<<<< HEAD
65
# 프로퍼티 값 두 배로 부풀리기
76

87
객체 `obj`의 프로퍼티 값이 숫자인 경우 그 값을 `두 배` 해주는 함수 `multiplyNumeric(obj)`을 만들어보세요.
9-
=======
10-
# Multiply numeric property values by 2
11-
12-
Create a function `multiplyNumeric(obj)` that multiplies all numeric property values of `obj` by `2`.
13-
>>>>>>> upstream/master
148

159
예시:
1610

0 commit comments

Comments
 (0)