TK

Results 19 comments of TK

Hi @suica! Thank you for the response and the book recommendation! No worries. I'll keep watching the repo and if you have time in the future and could come up...

Added `as const` [examples](https://github.com/leandrotk/advanced-typescript/pull/6).

Added `readonly` [examples](https://github.com/leandrotk/advanced-typescript/pull/7).

Added `optional chaining` [example](https://github.com/leandrotk/advanced-typescript/pull/8).

Added `nullish coalescing` [examples](https://github.com/leandrotk/advanced-typescript/pull/9).

Added `Pick` [example](https://github.com/leandrotk/advanced-typescript/pull/12).

Nice implementation of the Range type: https://stackoverflow.com/questions/39494689/is-it-possible-to-restrict-number-to-a-certain-range

Hey @gabrielgog, let me know what you have in mind.

I like that, @gabrielgog! Part of this content, I have already written in an early blog post: [Functional Programming Principles in JavaScript](https://www.iamtk.co/functional-programming-principles-in-javascript). It covers basically everything you mentioned. After that,...

For now, I'm not using a CLI, but passing the post url in the python call: ```base python m2m/core.py http://bit.ly/2FG5GgT ``` ...for example