Source code

Revision control

Copy as Markdown

Other Tools

function sum(first, second) {
return first + second;
}