Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,209,533 members, 8,006,404 topics. Date: Tuesday, 19 November 2024 at 01:08 AM |
Nairaland Forum / Dolapo17's Profile / Dolapo17's Posts
(1) (of 1 pages)
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 10:42am On May 22, 2019 |
Can anyone help with how query strings work in nodejs |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 10:41am On May 22, 2019 |
@YorubaEmir please add me 07088657758 |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 7:15pm On May 03, 2019 |
Has anyone gotten bootcamp invite for cycle 45 |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 11:57am On Apr 06, 2019 |
Please has anyone been able to get past challenge 1 on the Homestudy assessment? 1 Like |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 10:44pm On Aug 12, 2018 |
okay |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 10:16pm On Aug 12, 2018 |
cycle 36 dolapo17: |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 10:16pm On Aug 12, 2018 |
hi everyone im having issues submiting my interview solutions via the form sent. is anyone having this problem too |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 12:44pm On Jul 04, 2018 |
eph12:no I didn't. Please can I contact you. I'm learning a new material I have a question I would like to ask. Would appreciate. |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 12:35pm On Jul 04, 2018 |
eph12:(technical) didn't have anything to show I had improved from the last bootcamp. |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 12:03pm On Jul 04, 2018 |
Andela well done o, didnt make the bootcamp, think I know my mistakes will improve on them before the next application. |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 6:20am On Jun 28, 2018 |
10:30, have you received bootcaml mail. |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 10:07pm On Jun 27, 2018 |
guente02:Did mine on friday too |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 8:31pm On Jun 27, 2018 |
Did the interview last week |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 8:30pm On Jun 27, 2018 |
Oh sorry 34 |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 7:11pm On Jun 27, 2018 |
Hi, does anyone know if they've started sending boot camp invitation for cycle 33. |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 11:33am On Jun 07, 2018 |
@eph12 meaning this line of code i had was unnecessary this.items = {'itemName': this.itemName, 'quantity': this.quantity} |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 10:21am On Jun 07, 2018 |
@eph12 @slimsolz added it to the code. its fine now. But guys can you please explain that part. thanks |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 8:36am On Jun 07, 2018 |
eph12: class ShoppingCart{ constructor(){ this.total = 0; this.items = {}; this.cart = []; this.balance = 0; } addItem(itemName, quantity, price){ this.itemName = itemName; this.quantity = quantity; this.price = price; this.cost = this.quantity * this.price; this.total += this.cost; this.items = {'itemName': this.itemName, 'quantity': this.quantity} this.addedQuantity = this.quantity; this.cart.push(this.items); } removeItem(itemName, quantity, price){ this.itemName = itemName; this.quantity = quantity; this.price = price; this.cost = this.quantity * this.price if(this.quantity < 1){ return 'added quantity should be 1'; } for(let i = 0; i < this.cart.length; i++){ if(this.itemName === this.cart[i].itemName){ this.cart.splice(i, 1); this.total -= this.cost; } } } checkout(cashPaid){ this.cashPaid = cashPaid; this.balance = this.cashPaid - this.total; if(this.cashPaid < this.total){ return 'Cash paid not enough'; }else { return this.balance; } } } class Shop extends ShoppingCart{ constructor(){ super() this.quantity = 100; } removeItem(){ this.quantity -= 1; } } |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 9:35pm On Jun 06, 2018 |
eph12:here is the code
|
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 7:06pm On Jun 06, 2018 |
Hi everyone. dont really get what i am to do here. highlighted the test in the screenshot below. can anyone help.
|
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 9:01pm On Jun 04, 2018 |
tejiri4: Hi can we share ideas on how to complete the coding challenge. completed all but one. having issues with the class challenge. Warm Regards. |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 8:50pm On Jun 04, 2018 |
phemmyhot: Can you help out with the class technical test. tried everything i can on it. just not getting it. |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 9:36pm On Mar 11, 2018 |
dolapo17: |
Jobs/Vacancies / Re: Andela: IT Training And Job by dolapo17: 9:34pm On Mar 11, 2018 |
function isIsogram(word){ var newArray = word.split(''); var result = []; var hash = new Object(); for(var i = 0; i < newArray.length; i++){ var element = newArray[i]; if(!hash[element]){ hash[element] = true; result.push(element); } } if(result.length !== newArray.length){ return false; }else { return true; } } can anyone help. the code works fine in my text editor but doesnt work in qualified.io gives this error message: TypeError: Cannot read property 'split' of undefined |
(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. 18 |