Exercise #53: Add Function To Global Scope
Advanced Patterns ยท 02-globals
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Declare global types for `myFunc` and `myVar` so they can be used without imports.
Check Solution
Run "Check Solution" to validate your code in the browser.