👋
Pinned Loading
-
anatomy-of-a-function.md
anatomy-of-a-function.md 1# Anatomy of a function
23Functions are tricky yet very important part of a program. It makes a program look aesthetically pleasing by abstracting away all the complexities in a program. Want to perform a particular task, call the function and voila! But you can use custom functions only when you are able to create it well.
45Often times we see ourselves debugging randomly to straighten out the error. However, if once we are confident of how functions are created and called, then we can use it seamlessly and almost bug free.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.