2015-07-14 13:45:54 -07:00

4 lines
52 B
JavaScript

function add(a, b) {
"use strict";
return a + b;
}