Apply a map and then flatten the result.
1 | flatmap(xs, f)
|
xs |
list. The list to map over. |
f |
function. The mapping function to apply to each element of the list. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.