SyntaxFix
Write A Post
Hire A Developer
Questions
my_function = function(hash) { /* use hash.options and hash.content */ };
and then call:
my_function ({ options: options }); my_function ({ options: options, content: content });