Skip to content

Conversation

@jared-wallace
Copy link

The instructions were somewhat ambiguous, for example my reading of it produced this function:

var add = function (a=0, b=0) {
    a + b;
};

(Great work on this btw)

@jared-wallace
Copy link
Author

Second commit was because the original function would look like:

var totalCost = function(cost, quantity) {
    console.log(cost * quantity);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant