Get your own Node server
Extract:
[ 'hello', 'world' ]
Exclude:
[ 42, true, null, undefined ]
NonNullable:
[ 'hello', 42, true, 'world' ]
Parameters of function (a, b) => a + b:
In TypeScript: [string, number]
ReturnType of () => string:
In TypeScript: string