The following lessons explain different programming concepts and have been published by our members. Search for a particular lesson using the filters
javascript
functions
Functions are not optional - they are probably the most used feature in any programming language. They let you separate your code into smaller mini-programs where each one takes care of its own thing. Divide and conquer!
Read lesson