Generation

generate functionSat, 21 Jan 2023

Create 1rm calculator on a number of 8 reps of 160 kg and post results

var epley = function(w, r){ var x = w*(1 + r/30); console.log(x); } epley(160, 8);

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant