Determining Which Function was returned in when your code returns multiple functions based on input
i have a function that takes an input, and returns one of two functions based on the input. any idea how to assert which function was returned? (In this case NodeJS)
No comments:
Post a Comment