Skip to content

Commit c28a723

Browse files
committed
Added documentation for catch and then snippets.
1 parent 884168e commit c28a723

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Enjoy :D
2525
|`met→`|`${1:methodName} = (${2:params}) => { $3 }`|
2626
|`seto→`|`setTimeOut(($2) => { $3 }, ${1:timeOut});`|
2727
|`npro→`|`new Promise((${1:resolve}, ${2:reject}) => )`|
28+
|`catch→`|`catch() with nested annonymous function`|
29+
|`then→`|`then() with nested annonymous function`|
2830

2931
## React
3032

0 commit comments

Comments
 (0)