UNPKG

learnyounode

Version:

Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.

3 lines 90 B
module.exports = function rndport () { return 1024 + Math.floor(Math.random() * 64511) }