[FUNCTION NAME]

[Description of the function or feature goes here. Explain what it does, when to use it, and any important considerations.]

Example:

// Your code example here
function example() {
    return "Hello World";
}
Parameters
Name Type Description
param1 string Description of parameter 1
param2 number Description of parameter 2
Returns

Description of return value