Description Usage Arguments Value Examples
express a function using javascript-style arrow function syntax
1 2 3 4 5 |
args |
the arguments of the function expression. For multiple arguments, use a vector, 'c'. |
body |
the body of the function. If it contains operations or multiple lines, wrap it in brackets like an expression. |
a function
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.