DEV Community

Discussion on: Exploring the Two Sum Interview Question in JavaScript

Collapse
 
theodesp profile image
Theofanis Despoudis • Edited

Does this work with negative numbers?

Collapse
 
karataev profile image
Eugene Karataev

Sure, why not?