Replying to @coderbyheart

Bonus: when using many scalars in arguments it can be easy to mix them up.

const f1 = (file: string, folder: string) => { } f1('/tmp', 'foo.txt'); //
spot the error?

Thu, 21 Mar 2019 21:39:17 UTC