summary refs log blame commit diff stats
path: root/javascript/two-fer/two-fer.js
blob: 2349ad7b9f5a834e2a6cde4bbe5da0384d11b9bd (plain) (tree)
1
2
3


                                               
export const twoFer = (name = "you") => {
    return "One for " + name + ", one for me.";
};