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