We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605557a commit 2efb690Copy full SHA for 2efb690
1 file changed
1-js/04-object-basics/01-object/8-multiply-numeric/task.md
@@ -2,15 +2,9 @@ importance: 3
2
3
---
4
5
-<<<<<<< HEAD
6
# 프로퍼티 값 두 배로 부풀리기
7
8
객체 `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
14
15
예시:
16
0 commit comments