4 lines
61 B
Plaintext
4 lines
61 B
Plaintext
|
function ${1:function_name}(${2:argument}) {
|
||
|
${3:// body}
|
||
|
}
|