Stats: 2,864,732 members, 6,873,863 topics. Date: Saturday, 21 May 2022 at 02:46 PM |
Nairaland Forum / Nsimageorge's Profile / Nsimageorge's Posts
(1) (2) (of 2 pages)
![]() |
So what do FTC get?? 8 Likes 4 Shares |
![]() |
I was here before this hit the front page... |
![]() |
Its kinda funny how people are bashing a salary post. An employer is telling the public what he or she wants to offer an employee and you are talking about too small? Please don't discourage people from trying out opportunities. 2 Likes |
![]() |
Nice UI. 1 Like |
![]() |
excanny: I think it would be more appropriate to use console.log rather than document.write. Its a JS assignment not a Web assignment. var firstName = "John"; // First name var lastName = "Doe"; // Last name //concanate(add) both names var myFullName = firstName + lastName; //Store Tony's name in variable var tonysName = "Tony"; // Compare the length of your name vs Tony's if(myFullName.length > tonysName.length) { console.log("My name is longer than Tony's" ); } else if(myFullName.length == tonysName.length) { console.log("Both names are equal in length" ); } else { console.log("My name is shorter than Tony's" ); } |
![]() |
And fix the console errors. |
![]() |
I'd say minimize on the four circle js loading animation. Make it smaller... Or make the animation less conspicous. |
![]() |
Lovely... Very lovely. I see some serious js coding. |
![]() |
Don't know for Abakiliki, but there are places in Enugu though. Knowvees Nigeria and Larisoft are the ones that I can readily mention. |
![]() |
frankg1:Okay, I see my mistake function dirReduc(arr){ var string = arr.join( '' ); var wrongMatch = /NORTHSOUTH|SOUTHNORTH|EASTWEST|WESTEAST/; while(wrongMatch.test(string)) { string = string.replace(wrongMatch, ''); } return string.match(/NORTH|SOUTH|EAST|WEST/g) || []; } |
![]() |
frankg1: https://codepen.io/nsimageorge/pen/VMpeVB This is my solution on code pen... How did it not pass?? |
![]() |
xamuel17: What do you need help with? |
![]() |
Using JavaScript function dirReduc(arr){ var string = arr.join( " " ); var wrongMatch = /NORTHSOUTH|SOUTHNORTH|EASTWEST|WESTEAST/; while(wrongMatch.test(string)) { string = string.replace(wrongMatch, ''); } return string.match(/NORTH|SOUTH|EAST|WEST/) || []; } |
![]() |
frudokafor:I have replied. |
![]() |
Is there an opening for intending members?? ![]() ![]() ![]() |
![]() |
What python version is installed on your local machine? |
![]() |
Jaddo19: It didn't work. Except you are testing your code in a non-popular environment. To the best of my knowledge, the javascript console can be accessed only through the console object. 1 Like |
![]() |
Jaddo19: This function would not write on the console. |
![]() |
frudokafor:https://github.com/nsima |
![]() |
Web development is greatly undermined in Nigeria. Everybody thinks that web development is basically just downloading templates and affixing php or python functionalities however they like. Full stack developers earn between 150 to 350. Unrefined web developers earn little. If you want to enroll for a six months web development course make sure you put your nose to the grindstone and work like hell. Stay hungry for the web knowledge and you'll earn the right amount. It is definitely worth it. And while learning I'd suggest you get a good grasp of JavaScript... There is a whole lot about that language... ![]() ![]() 3 Likes 1 Share |
![]() |
Jaddo19: Sigh!! How else do you want to write on js console without the console object ![]() There is no other way to get a function that works just like console.log without referring to the console object. Please post the answer, maybe I might be wrong, I am willing to learn something new... |
![]() |
MicroFuse:georgensima@gmail.com |
![]() |
Jaddo19: var x; for (x = "#"; x.length <= 7; x += "#" ) console.log(x); |
![]() |
TheKingIsHere: I think if you have knowledge of HTML, CSS, and JavaScript, then you should jump on Ionic and Cordova. It would be really worth it. You can get a functional application in less than a month. If you decide to jump on Java for Android, you may still be stuck with UI in the first month. Thank me later. |
![]() |
kanayoNickel:Nice to meet you Kanayo. So are you a programmer? Whats your language? |
![]() |
My main reason for starting this thread is to create awareness for tech in the South East. I mean, the most advancing tech city in the East is Enugu but sometimes it doesn't look it. If there is anyway we could organize a tech meetup for programmers so people would know that there is something going on in the east. There was once a Google Developers Group but they died as quickly as they started. My name is George and I work for a startup(Larisoft Nigeria), I wouldn't mind getting to know some other techpreneurs and tech enthusiast in the east. |
![]() |
Your idea is rather interestingl... But I would have to discourage you... Please read this: https://www.quora.com/How-important-is-English-to-programmers and this: http://www.hanselman.com/blog/DoYouHaveToKnowEnglishToBeAProgrammer.aspx Teaching programming in pidgin when every programmer speaks english(at least moderately) is really not that sublime. When I saw the post I was expecting to see Javascript syntax in pidgin(Now that's more sublime, stupid however but sublime) 1 Like |
![]() |
For me it would be something totally not web dependent. Maybe Go. But why would anyone dump PHP? |
![]() |
1 Like |
![]() |
NerdyFullo: Now your question is very logical. What you need is JavaScript data binding. I hope this helps. |
(1) (2) (of 2 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 - 2022 Oluwaseun Osewa. All rights reserved. See How To Advertise. 101 |