File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Adds two numbers.
10
10
** Parameters**
11
11
12
12
** x** : number
13
-
13
+ circumference
14
14
** y** : number
15
15
16
16
** Returns** : number, the sum
@@ -169,3 +169,13 @@ Joins two strings with a space.
169
169
** word2** : string
170
170
171
171
** Returns** : string, joined the words joined with a space
172
+
173
+ createCircle(radius)
174
+ -----------------------------
175
+ Returns a circle object with the properties ` circumferance ` and ` area ` .
176
+
177
+ ** Parameters**
178
+
179
+ ** radius** : number
180
+
181
+ ** Returns** : object, circle
Original file line number Diff line number Diff line change 98
98
* @param {string } word2 `
99
99
* @return {string } joined the words joined with a space
100
100
*/
101
+
102
+ /**
103
+ * Returns a circle object with the properties `circumferance` and `area`.
104
+ * @param {number } radius `
105
+ * @return {object } circle
106
+ */
You can’t perform that action at this time.
0 commit comments