How do I write this formula in Javascript?
Y = -827.377 + .038*Sqft + 383.314*Freq + 327.086*Type
Where Sqft, Freq, and Type are all user inputs.
I am trying to build a web app that allows users input numbers and then click on a button that will calculate the result.
Any help is greatly appreciated.
Thanks,
iggy2