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
We can refactor this code by eliminating the large set of conditionals and using a lookup table (object or map) to store the conversion factors between units.
The text was updated successfully, but these errors were encountered:
Long Conditional
Source file: https://github.com/ZeroOctave/ZeroOctave-Javascript-Projects/blob/main/assets/Js/weight_conv.js
Code fragment:
We can refactor this code by eliminating the large set of conditionals and using a lookup table (object or map) to store the conversion factors between units.
The text was updated successfully, but these errors were encountered: