Website/helpers/list.js
2015-12-05 18:44:51 -05:00

1 line
51 B
JavaScript

module.exports = function(l){ return l.join(", ") }