JSFiddle - React, Tailwind, and code Playground

by interdream

JavaScript

function something(a, b) {
    return a + b;  
}
console.log(something(1, 2));