I’m new to JavaScript and need to turn my algebraic expression into a JavaScript function, just a function. I’m self learning JavaScript.
Here’s my expression…
I can’t post an image so this will have to do, sorry!
30* ( a*b - pi * ( ( C/2 ) ^2 ) ) + 20 * pi ( ( C/2 ) ^2 )
Thanks!
1 Answer