function calculateRetirement(year){
const age = new Date().getFullYear()-year;
return[age, 65-age];
}
const[age,retirement]=calculateRetirement(1989);
console.log(`age${age} retirement${retirement}`);
Elements of the Ideal Table: It represents a single subject, which can be an object or event that reduces the risk of potential data integ...
No comments:
Post a Comment