1
/**
* Adds `b` to `a`.
*
* @param a {Number}
* @param b {Number}
* @return {Number}
* @api public
*/
function add (a, b) {
return a + b;
}
Obviously there are libraries that can do what I'm asking, but I'm having trouble finding the best one(s), so I figured I'd just ask here. :)I'm not looking for anything high-end since it's just for my SaaS startup that is not yet live and paying for itself. If things take off, I'll probably upgrade the cert, but for now, an easy to install cert for under $100 is probably ideal. What would you recommend these days?