Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,206,126 members, 7,994,810 topics. Date: Tuesday, 05 November 2024 at 09:18 PM |
Nairaland Forum / Nairaland / General / Jobs/Vacancies / Andela: IT Training And Job (642995 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: where exactly was the mistake |
Re: Andela: IT Training And Job by Quartermain(m): 3:30am On Apr 08, 2019 |
collinic: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: 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".addEventListener("click",displayAddress(param)); } |
Re: Andela: IT Training And Job by Quartermain(m): 3:36am On Apr 08, 2019 |
collinic: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: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: is your own working now |
Re: Andela: IT Training And Job by Quartermain(m): 3:45am On Apr 08, 2019 |
Oem18: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 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: 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: 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: 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: 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: Amen |
Re: Andela: IT Training And Job by raphenium: 3:44pm On Apr 08, 2019 |
Angelawhite: 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: Yea 44 thanks |
Re: Andela: IT Training And Job by hardeymorlar(m): 3:50pm On Apr 08, 2019 |
raphenium: Did you try this?
|
Re: Andela: IT Training And Job by Angelawhite(m): 3:52pm On Apr 08, 2019 |
raphenium: 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: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: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: const myFunc = (args) => { // do something here } |
Re: Andela: IT Training And Job by conquerorsword: 4:29pm On Apr 08, 2019 |
ibkvelvet:Thanks bro, it worked 1 Like |
Re: Andela: IT Training And Job by Oem18(m): 4:29pm On Apr 08, 2019 |
Dujardin: 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:Yes |
Re: Andela: IT Training And Job by Quartermain(m): 5:36pm On Apr 08, 2019 |
const displaybirthdate = (dob = "dob" => 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" => 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: 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. 26 |