You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where are all the fpers at? Let's start making some fp functions of math equations. You can use any library for helping with currying, etc..., but you should be writing the math equations.
Follow the structure:
/area_of_math/formula_equation/language/file.lang
Ex: /algebra/addition/javascript/add.js
The text was updated successfully, but these errors were encountered:
I'm working on the surface area functions in JavaScript. Do you want each function in its own file? e.g.
/geometry/surface_area/javascript/cone.js
/geometry/surface_area/javascript/cube.js
Or do you prefer a single file with loose functions?
thats perfect! with javascript you could just export each function but since this is more educational and not a library, two separate files are perfectly fine.
Where are all the fpers at? Let's start making some fp functions of math equations. You can use any library for helping with currying, etc..., but you should be writing the math equations.
Follow the structure:
/area_of_math/formula_equation/language/file.lang
Ex: /algebra/addition/javascript/add.js
The text was updated successfully, but these errors were encountered: