Skip to content

Commit a83f795

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

power_constructors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ Power Constructors
1818

1919
function myPowerConstructor(x) {
2020
var that = otherMaker(x);
21+
var secret = f(x);
2122
};

0 commit comments

Comments
 (0)