Exercism-JS/factory-sensors/HINTS.md
Andrew W 22c8ae74cf completed factory-sensors,
started ozans-playlist
2022-05-15 15:19:14 -05:00

725 B

Hints

1. Monitor the humidity level of the room

  • You might want to use an if...else condition to check if the humidity percentage is higher than the maximum allowed value.

2. Detect overheating

3. Monitor the machine

  • Make sure that you handle all the errors in the catch block, you should have 4 different cases.