function increase() { var counter = 10; } // cannot access the counter variable here
counter
Pro tip: use ```triple backticks around text``` to write in code fences