5 ms·
(minutes == 1) ? "minute" : "minutes" I really care about this one. One option I suggest is to use minute(s) etc that can take care of both 1 and higher number
by codegeek 10mo ago
(minutes == 1) ? "minute" : "minutes"
I really care about this one. One option I suggest is to use minute(s) etc that can take care of both 1 and higher numbers.
1 minute(s) works