Yngvarr

Generation

generate functionSun, 15 Jan 2023

done function async

function add(a, b, callback) { return callback(a + b) } add(1, 2, console.log) // 3

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant