We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884168e commit c28a723Copy full SHA for c28a723
README.md
@@ -25,6 +25,8 @@ Enjoy :D
25
|`met→`|`${1:methodName} = (${2:params}) => { $3 }`|
26
|`seto→`|`setTimeOut(($2) => { $3 }, ${1:timeOut});`|
27
|`npro→`|`new Promise((${1:resolve}, ${2:reject}) => )`|
28
+|`catch→`|`catch() with nested annonymous function`|
29
+|`then→`|`then() with nested annonymous function`|
30
31
## React
32
0 commit comments