summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/examples/sum/sum.js
blob: 300dcb12f51fefc2f3e27e5c0dd7aa8bcd6261c3 (plain)
1
2
3
function sum(first, second) {
  return first + second;
}