Skip to content

Instantly share code, notes, and snippets.

@JAzzNoTE
JAzzNoTE / SVG
Created November 17, 2013 02:29
SVG
> 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
@JAzzNoTE
JAzzNoTE / JavascriptCodeReusePattern
Created December 6, 2013 16:49
Javascript Code Reuse Patterns
----------
### Object Creation Patterns
#### Module & Revelation Pattern
Module pattern can define private properties.
It includes several patterns: