Functions with Memory
01
Introduction to Concepts
Key Concept
Functions That Remember
- Most functions forget everything once they finish a task.
- Memory functions keep a small 'backpack' of data.
- They carry info from where they were first created.
1 / 6
