⚡ Wallaby "Thanks for Inspiring me" Contest ⚡
Tell us about someone/something that inspired you 👏 and go in the draw to win some awesome prizes.
🤩 3 x @kentcdodds courses to win + https://t.co/f5niQY0h8t and https://t.co/GxpGhcFeV4 licenses
Rules/Prize Details 👇
For those tab hoarders out there:
- pocket is really nice
- so is your browser history
- stop the madness, you will feel better if you close them all and focus only on the task at hand
- I say this out of love ❤️
Input needed! In march I am going to be doing video with a career coach titled "How to level up from junior to senior software developer".
What are some burning questions that you have that we can talk about? (Please heart any replies you agree with)
#TypeScript tip for today:
"Nullish coalescing operator" sounds intimidating, but it's simply a handy way of providing a fallback in case of `undefined` or `null` value.
@berlinjs If anyone is looking for another place to hang out and talk JS then feel free to join us on Discord. Our community was started in Berlin and has grown to almost 10,000.
Invite link in profile.
#TypeScript tip for today:
When having an object that you use to define keys for a later reference (e.g. translations), use `keyof typeof` to extract those keys into a type.
This way you will know in the rest of the code what your options are, and references will be typesafe.