What is a Library?
- Reusable code that can "extend" your browser's capabilities
- Some libraries are narrow-focused (math, graphics, sound, etc)
- Some help with general programming tasks (working with strings, arrays, etc)
- Some libraries solve really specific problems (read data out of a QR code)
- Contains functions, constants, etc
10 / 32