Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,165,356 members, 7,860,942 topics. Date: Friday, 14 June 2024 at 07:28 PM

TinubuFirstBorn's Posts

Nairaland Forum / TinubuFirstBorn's Profile / TinubuFirstBorn's Posts

(1) (of 1 pages)

Programming / Re: Please Help With This Javascript Code by TinubuFirstBorn: 8:36pm On Jan 01, 2022
The two ways I posted will output the value of age.

You have to return the age from the function.

You also have to call the function: profile.calcAge()
Programming / Re: Please Help With This Javascript Code by TinubuFirstBorn: 8:31pm On Jan 01, 2022
const profile = {
name: "Michael",
level: 100,
birthYear: 2003,
calcAge() {
this.age = 2022 - this.birthYear;
return this.age;
},
};

console.log(profile.calcAge());

1 Like

Programming / Re: Please Help With This Javascript Code by TinubuFirstBorn: 8:25pm On Jan 01, 2022
const profile = {
name: "Michael",
level: 100,
birthYear: 2003,
calcAge() {
let age = 2022 - this.birthYear;
return age;
},
};

console.log(profile.calcAge());

1 Like

Sports / . by TinubuFirstBorn: 8:03pm On Oct 10, 2021
.

(1) (of 1 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 3
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.