Skip to content

Commit 3a94c1b

Browse files
Power Constructors in Code, Step 1.
1 parent c24203e commit 3a94c1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

power_constructors.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ Power Constructors
1515
1616
4. Return the object.
1717
*/
18+
19+
function myPowerConstructor(x) {
20+
var that = otherMaker(x);
21+
};

0 commit comments

Comments
 (0)