Files
Fabio Scotto di Santolo db4f52a064 Added snippets for Emacs
2025-12-27 13:53:55 +01:00

4 lines
57 B
Plaintext

#name : new array
# --
var ${1:myArray} = new Array();
$0