Texture
Texture copied to clipboard
Use forEach instead of map method in example
If you don't use a return value, using forEach method is better than the map method.
and removed unnecessary semicolon.