Files
TechRadarAJR/js/radar.js
2017-01-25 21:05:21 +01:00

4 lines
41 B
JavaScript

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