Skip to content

Instantly share code, notes, and snippets.

@haltcase
Created November 29, 2017 02:41
Show Gist options
  • Save haltcase/b7bb12d4abe0fab16dd689419946ef97 to your computer and use it in GitHub Desktop.
Save haltcase/b7bb12d4abe0fab16dd689419946ef97 to your computer and use it in GitHub Desktop.
import { it } from 'param.macro'
const strings = ['one', 'two', 'three', 'four']
strings.filter(it.length === 5).map(it.toUpperCase())
// -> ['THREE']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment