How to check the value given is a positive or negative integer? January 14, 2023 by Tarik if (values > 0) { // Do Something }