10. Which of the following is true of JavaScript functions?
a) Functions are reusable.
b) The action of a function is the sequence of the actions of the statements inside of it.
c) The definition of a function provides action.
d) A function is always custom-created.