Playing: 560: TypeScript Fundamentals Γ Satisfies and as const
0:00
LOUDNESS
Episode 574
|Feb 10th, 2023
Supper Club Γ Qwik framework from MiΕ‘ko Hevery, the Creator of Angular
Episode 393
|Oct 4th, 2021
Hasty Treat - Spicy Takeout - PHP Is Good and Weβre Just Re-Creating It
Jan 9th, 2023
TypeScript Fundamentals Γ Satisfies and as const
π Download ShowβοΈ Edit Show NotesIn this Hasty Treat, Scott and Wes talk about Satisfies and as const.
Show Notes
- 00:25 Welcome
- 02:04 Xmas recap
- Peloton
- 04:09 Satisfies and as const
- 06:16 What is const?
- 10:30 Helping with currency
- 12:44 Bos monster server update
- 14:13 Satisfies
export const currencies = {
USD: 'US Dollars',
CAD: 'Canadian Dollar',
EUR: 'Euro',
} as const;
export type Currency = typeof currencies;
export type CurrencyCode = keyof Currency;
Tweet us your tasty treats
- Scott's Instagram
- LevelUpTutorials Instagram
- Wes' Instagram
- Wes' Twitter
- Wes' Facebook
- Scott's Twitter
- Make sure to include @SyntaxFM in your tweets