This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > Written with [StackEdit](https://stackedit.io/). | |
| ## Elements | |
| ### Path | |
| #### Create a Path | |
| There are three ways to create a path. You could send a path string when creating it | |
| ```javascript |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ---------- | |
| ### Object Creation Patterns | |
| #### Module & Revelation Pattern | |
| Module pattern can define private properties. | |
| It includes several patterns: |