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.
2 parents a37d7d2 + 9c6b4fc commit 19271dcCopy full SHA for 19271dc
snippets/language-javascript.cson
@@ -34,7 +34,7 @@
34
'body': 'for (var ${1:variable} in ${2:object}) {\n\t${3:if (${2:object}.hasOwnProperty(${1:variable})) {\n\t\t$4\n\t\\}}\n}'
35
'for of':
36
'prefix': 'forof'
37
- 'body': 'for (${1:variable} of ${2:iterable}) {\n\t$3\n}'
+ 'body': 'for (var ${1:variable} of ${2:iterable}) {\n\t$3\n}'
38
'Function':
39
'prefix': 'fun'
40
'body': 'function ${1:functionName}($2) {\n\t$0\n}'
0 commit comments