function name(idea){return "yet another " + idea}
function describe(product_category){return "it is like uber, but for " + product_category}
Post
October 11, 2016
October 11, 2016
function name(idea){return "yet another " + idea}
function describe(product_category){return "it is like uber, but for " + product_category}