'use strict'; module.exports = function joinGridVal(grid) { return grid.join(' / ').trim(); };