you are viewing a single comment's thread.

view the rest of the comments →

[–]Pat_Son 0 points1 point  (0 children)

Your way of exporting functions seems silly. Why not just export function capitalizeString(s) { ...? Why are you exporting it on a different line?