File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ Below is a list of all available snippets and the triggers of each one. The **
5151| ` fin→ ` | for ... in loop ` for(let item in object) {} ` |
5252| ` anfn→ ` | creates an anonymous function ` (params) => {} ` |
5353| ` nfn→ ` | creates a named function ` const add = (params) => {} ` |
54- | ` dob→ ` | desctucting object syntax ` const {rename} = fs ` |
55- | ` dar→ ` | desctucting array syntax ` const [first, second] = [1,2] ` |
54+ | ` dob→ ` | destructing object syntax ` const {rename} = fs ` |
55+ | ` dar→ ` | destructing array syntax ` const [first, second] = [1,2] ` |
5656| ` sti→ ` | set interval helper method ` setInterval(() => {}); ` |
5757| ` sto→ ` | set timeout helper method ` setTimeout(() => {}); ` |
5858| ` prom→ ` | creates a new Promise ` return new Promise((resolve, reject) => {}); ` |
You can’t perform that action at this time.
0 commit comments