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