Tushar Kumar
Tushar Kumar
Added a check for Safari bug: var isSupported = flexHeight === 1 || flexHeight === 2; Reason: Safari, at zoom levels of 50% and 150%, returns scrollHeight as 2 instead...
The changes made include adjusting the expected scroll height to account for discrepancies in Safari due to zoom levels, ensuring the test works correctly regardless of the zoom level.
This enhancement significantly improves the test coverage and structure of the Hamming Distance calculator implementation. The updates focus on robust testing practices, edge cases, and maintainability. - [x] I have...