Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,151,755 members, 7,813,499 topics. Date: Tuesday, 30 April 2024 at 01:02 PM

Andela: IT Training And Job - Jobs/Vacancies (243) - Nairaland

Nairaland Forum / Nairaland / General / Jobs/Vacancies / Andela: IT Training And Job (620839 Views)

Letter To All Fresh Graduates and Job seekers / Andela: IT Training And Job - Jobs/vacancies / Similarities Between Football And Job (2) (3) (4)

(1) (2) (3) ... (240) (241) (242) (243) (244) (245) (246) ... (263) (Reply) (Go Down)

Re: Andela: IT Training And Job by Oem18(m): 3:28am On Apr 08, 2019
collinic:


Its not from their code, I am in challenge 4, check ur own code

where exactly was the mistake
Re: Andela: IT Training And Job by Quartermain(m): 3:30am On Apr 08, 2019
collinic:


Its not from their code, I am in challenge 4, check ur own code
let me keep on trying den. ..but is d challenge 4 displaying neccessary errors at the moment
Re: Andela: IT Training And Job by collinic: 3:30am On Apr 08, 2019
Quartermain:
Same here. ..I guess d issue is from them...coz ...its just running now, not displaying errors. even when I decided to tamper with d code. ...not displaying error yet. .just running. .

It is not, am done with challenge 3, check ur code
Re: Andela: IT Training And Job by Oem18(m): 3:34am On Apr 08, 2019
is this right
inline arrow function click listener == let btn-address = () => {
document.getElementById("btn-address"wink.addEventListener("click",displayAddress(param));
}
Re: Andela: IT Training And Job by Quartermain(m): 3:36am On Apr 08, 2019
collinic:

It is not, am done with challenge 3, check ur code
ok bro...thanks. ..guess I need to take a break
Re: Andela: IT Training And Job by Quartermain(m): 3:38am On Apr 08, 2019
Oem18:
is this right
inline arrow function click listener == let btn-address = () => {
document.getElementById("btn-address"wink.addEventListener("click",displayAddress(param));
}
yeah , I think so, except minor details like d displayaddress should be returned in arrow function format. ..which I don't think it's neccessary sha
Re: Andela: IT Training And Job by Oem18(m): 3:43am On Apr 08, 2019
Quartermain:

yeah , I think so, except minor details like d displayaddress should be returned in arrow function format. ..which I don't think it's neccessary sha

is your own working now
Re: Andela: IT Training And Job by Quartermain(m): 3:45am On Apr 08, 2019
Oem18:


is your own working now
have stopped. ...till morning. ..but am stalked
at d destructing
Re: Andela: IT Training And Job by kensmoney(m): 4:51am On Apr 08, 2019
I use =>
color: #fff;
Still getting d same error

Plz help
Re: Andela: IT Training And Job by Angelawhite(m): 6:12am On Apr 08, 2019
trixandra:



Hello, how did you get through with the challenge 4, task 5 ( modifying the displayBirthdate function to display the user's age in the DIV with a CSS class of details)

Hello you have to destructure the param to get the age.,next is to display the age in the div
Re: Andela: IT Training And Job by Angelawhite(m): 11:16am On Apr 08, 2019
Cycle 45 has anyone received email for boot camp?
Re: Andela: IT Training And Job by ibkvelvet: 1:43pm On Apr 08, 2019
Angelawhite:
Cycle 45 has anyone received email for boot camp?

Nothing yet from my end
Re: Andela: IT Training And Job by conquerorsword: 2:30pm On Apr 08, 2019
Guys please let some one assist me, I have been trying to destructure my function but not working, I need help
Re: Andela: IT Training And Job by ibkvelvet: 2:53pm On Apr 08, 2019
conquerorsword:
Guys please let some one assist me, I have been trying to destructure my function but not working, I need help

To destructure an object that is passed as a parameter to a function, try this:

const myFunc = (myObj) => {
let {name} = myObj;
console.log(name);
};

const person = {name: 'Mac'};
myFunc(person); //output will be 'Mac'

1 Like 1 Share

Re: Andela: IT Training And Job by trixandra(f): 3:31pm On Apr 08, 2019
Angelawhite:
Cycle 45 has anyone received email for boot camp?

You mean Cycle 44.

Cos 45 is still taking Homestudy Assessment.
Re: Andela: IT Training And Job by Dujardin(m): 3:35pm On Apr 08, 2019
Angelawhite:
Cycle 45 has anyone received email for boot camp?

It's cycle 44 and we are all still waiting and hoping for a success email.

God bless our efforts.
Re: Andela: IT Training And Job by Angelawhite(m): 3:42pm On Apr 08, 2019
Dujardin:


It's cycle 44 and we are all still waiting and hoping for a success email.

God bless our efforts.

Amen
Re: Andela: IT Training And Job by raphenium: 3:44pm On Apr 08, 2019
Angelawhite:


Hello you have to destructure the param to get the age.,next is to display the age in the div

Please help I'm in stage one and it's saying your image does not have a place holder from placeholder.com. please help I don't know how to go about it
Re: Andela: IT Training And Job by Angelawhite(m): 3:45pm On Apr 08, 2019
trixandra:


You mean Cycle 44.

Cos 45 is still taking Homestudy Assessment.

Yea 44 thanks
Re: Andela: IT Training And Job by hardeymorlar(m): 3:50pm On Apr 08, 2019
raphenium:


Please help I'm in stage one and it's saying your image does not have a place holder from placeholder.com. please help I don't know how to go about it

Did you try this?

Re: Andela: IT Training And Job by Angelawhite(m): 3:52pm On Apr 08, 2019
raphenium:


Please help I'm in stage one and it's saying your image does not have a place holder from placeholder.com. please help I don't know how to go about it

Have you inserted the img element in your html ? Have you followed the instructions on how to get an image url from placeholder.com ? Do you know how to display an image using its URL ?
Re: Andela: IT Training And Job by Oem18(m): 3:58pm On Apr 08, 2019
Angelawhite:


Amen
How did you write a arrow function click listener I have tried so many different ways it is still not rendering the phone.
Re: Andela: IT Training And Job by Oem18(m): 4:01pm On Apr 08, 2019
Angelawhite:


Have you inserted the img element in your html ? Have you followed the instructions on how to get an image url from placeholder.com ? Do you know how to display an image using its URL ?
Stage 3
How did you write a arrow function click listener I have tried so many different ways it is still not rendering the phone.
Re: Andela: IT Training And Job by Dujardin(m): 4:26pm On Apr 08, 2019
Oem18:

Stage 3
How did you write a arrow function click listener I have tried so many different ways it is still not rendering the phone.


const myFunc = (args) => {
// do something here
}
Re: Andela: IT Training And Job by conquerorsword: 4:29pm On Apr 08, 2019
ibkvelvet:


To destructure an object that is passed as a parameter to a function, try this:

const myFunc = (myObj) => {
let {name} = myObj;
console.log(name);
};

const person = {name: 'Mac'};
myFunc(person); //output will be 'Mac'
Thanks bro, it worked

1 Like

Re: Andela: IT Training And Job by Oem18(m): 4:29pm On Apr 08, 2019
Dujardin:



const myFunc = (args) => {
// do something here
}

That's what I did it's not working but I use a let instead of a constant ,do you think that's the problem. I am currently not on my PC.
Re: Andela: IT Training And Job by Kelgabriel5(m): 4:52pm On Apr 08, 2019
has anyone finished?
Re: Andela: IT Training And Job by trixandra(f): 4:57pm On Apr 08, 2019
Kelgabriel5:
has anyone finished?
Yes
Re: Andela: IT Training And Job by Quartermain(m): 5:36pm On Apr 08, 2019
const displaybirthdate = (dob = "dob"wink => return (dob); console.log (dob);
someone should plz help on the destructuring. ..what am I doing wrong,
Re: Andela: IT Training And Job by Quartermain(m): 5:36pm On Apr 08, 2019
const displaybirthdate = (dob = "dob"wink => return (dob); console.log (dob);
someone should plz help on the destructuring. ..what am I doing wrong,
Re: Andela: IT Training And Job by ibkvelvet: 5:41pm On Apr 08, 2019
Quartermain:
const displaybirthdate = (dob = "dob"wink => return (dob); console.log (dob);

someone should plz help on the destructuring. ..what am I doing wrong,

Try this

const displaybirthdate = ({dob}) => {
console.log(dob);
}

(1) (2) (3) ... (240) (241) (242) (243) (244) (245) (246) ... (263) (Reply)

How To Apply For Nigeria Immigration Service (NIS) Recruitment 2017 / Federal Road Safety Commission 2018 Recruitment: How To Apply / FIRS To Recruit 1,250 New Staff

(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. 24
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.