1👍
✅
So lets say your first function is BLOCK_ONE.
Now you define another function like
function myGetJSON(){ BLOCK_ONE }
This way you can call BLOCK_ONE as many times you want.
Source:stackexchange.com