[DONE] Add missing gravity export to generalFunctions/index.js #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
rotatingMachine/src/specificClass.js imports gravity from generalFunctions but it was not exported.
Solution
✅ Created gravity object with getStandardGravity() method returning 9.80665
✅ Exported from generalFunctions/index.js
✅ All tests pass