All custom JavaScript (cookie handling, spinner, modals, etc.) should be written in TypeScript.
TypeScript should allow us to catch glaringly obvious errors in our JS much quicker due to its build time checks (rather than waiting for exceptions at runtime).
All custom JavaScript (cookie handling, spinner, modals, etc.) should be written in TypeScript.
TypeScript should allow us to catch glaringly obvious errors in our JS much quicker due to its build time checks (rather than waiting for exceptions at runtime).