Skip to content

Commit 83fcb94

Browse files
Power Constructors in JS, Step 3.
1 parent ba391e0 commit 83fcb94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

power_constructors.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ Power Constructors
99
1010
2. Define some variables and functions.
1111
* These become private members of the object under construction
12+
13+
3. Agument the object with privileged methods.
14+
* These methods have unique access to the properties defined in Step 2.
1215
*/

0 commit comments

Comments
 (0)