Science, asked by Nitish461, 1 day ago

function test(name, birth_year, current_year) {
const age = current_year - birth_year;
const response = name + " is " + age;
return response;
}

Answers

Answered by shch4747
0

Answer:

Hi

Explanation:

Similar questions