Cris D

Generation

generate functionTue, 16 May 2023

Ponerle elevación a un linear

Script const fLinear = (x) => 2 * x + 1 const fCuadrada = (x) => Math.pow(fLinear(x), 2) console.log(fCuadrada(2)) // 25

Questions about programming?Chat with your personal AI assistant