This node module is designed to test if a value is over 9000.
npm isntall over-9k
let over9000 = require('over-9k')
over9000(9001) // true
over9000(8999) // false
This code and inspiration for this library provided by reddit commentor u/bmarkovic