Skip to content

Commit 6b5b06d

Browse files
committed
Add docs for #12
1 parent f935cee commit 6b5b06d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,14 @@ function ${1:methodName} (${2:arguments}) {
187187
}
188188
```
189189
190+
### [fn] anonymous function
191+
192+
```javascript
193+
function (${1:arguments}) {
194+
${0:// body...}
195+
}
196+
```
197+
190198
### [pr] prototype
191199
192200
```javascript

0 commit comments

Comments
 (0)