Exercise #53: Add Function To Global Scope
Advanced Patterns ยท 02-globals
Goal

Goal: Declare global types for `myFunc` and `myVar` so they can be used without imports.

Run "Check Solution" to validate your code in the browser.