Hacker News new | ask | show | jobs
by jrockway 5508 days ago
Where are you getting these constants in JavaScript? You can't even trust the built-in "undefined" to actually contain "undefined".

(My point is: a library may be more appropriate in the JavaScript case, because of the lack of constants.)

1 comments

is mytimelibrary.MINUTE what you're getting at?