UNPKG

catlogjs

Version:

Static site generator, translate human readable text format(such as markdown) into html, with a lot of other functions

5 lines (4 loc) 139 B
function longFunctionC(a, b) { return longNameA + longNameB + a + b; } var longNameA = 1, longNameB = 2, result = longFunctionC(3, 4);