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