var returnBottomId = function (index) { return "bottom-" + index; } module.exports = { returnBottomId: returnBottomId }