Files
TechRadarAJR/js/radar.js
2017-01-25 14:04:23 +01:00

4 lines
41 B
JavaScript

const add = (x, y) => x + y;
add(1, 2);