I have a function that returns a string of a method I want to call.
For example:
I call the function and it returns the string "price". I then want to use the word price to call another method ( contractObject.price() )
Is there any way to accomplish this in Node JS?