There are few ways you can achieve this:
- pass the secret value to the function as a parameter.
- use global variables and assign the secret value at the beginning (not recommended)
I hope it helps.
There are few ways you can achieve this:
I hope it helps.