Skip to content

Instantly share code, notes, and snippets.

let calc = {
operation: “sum”,
operator1: 23,
operator2: 41
}, ops = [23, 41];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment