As an illustration:
function example() {
console.log(info);
}
will display example
or
function test() {
function demo() {
console.log(description)
}
}
will demonstrate test/demo
The specific structure is not crucial, as long as the details are accessible.