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 f1907ed commit 2ecf1bfCopy full SHA for 2ecf1bf
snippets/js-mode/for
@@ -1,6 +1,6 @@
1
# -*- mode: snippet; require-final-newline: nil -*-
2
# name: for
3
# --
4
-for (var ${1:i} = ${2:0}; $1 < ${3:collection}.length; $1++) {
+for (let ${1:i} = ${2:0}; $1 < ${3:collection}.length; $1++) {
5
$0
6
}
0 commit comments