Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Functions

Functions or methods allow you to create blocks of reusable code. Using functions makes your code more modular and easier to read. Don't be afraid to add functions to break your code into logical pieces.

Further reading