Hello everyone I have a question I have this code
for (i=1; i>=variable; i++ ){ function formula'+i+'(){ } }
I would like to know how I make the function repeat itself automatically I add the variable i but it tells me error
SyntaxError: missing (before formal parameters
I thank you in advance for the help provided