Given the following function what value is logged to the con…

Given the following function what value is logged to the console when fish(1,23,1980) is run? function fish(M, D, Y){    let birthDay = new Date()    birthDay.setMonth(M)    birthDay.setDate(D)    birthDay.setFullYear(Y)    let today = new Date(“May 3, 2024 14:30:00”)    age = today.getFullYear() – birthDay.getFullYear()    console.log(age)}

Essay Prompt: Do you think we should be exploring or coloniz…

Essay Prompt: Do you think we should be exploring or colonizing Mars? Some people want to go to Mars; that is a fact. Such an endeavor will necessarily cost a lot of moneyand resources. Do you think the arguments to go to Mars justify such an extravagant expenditure?