4 lines
55 B
Plaintext
4 lines
55 B
Plaintext
|
for (var ${1:i} = 0; $1 < ${2:length}; $1++) {
|
||
|
${3}
|
||
|
}
|