Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,186,776 members, 7,930,653 topics. Date: Sunday, 25 August 2024 at 01:35 AM

Iamsheye's Posts

Nairaland Forum / Iamsheye's Profile / Iamsheye's Posts

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (of 22 pages)

Technology Market / Re: The Xiaomi Thread Store by Iamsheye(m): 7:45pm On May 30, 2020
toniotonero:

I have two QC3.0 chargers, Blitzwolf & U.green
Tho I'm making use of d Blitzwolf. bt If u are interested let me know
How much
Technology Market / Re: The Xiaomi Thread Store by Iamsheye(m): 12:48pm On May 30, 2020
Wait so no one sells a QC3.0 charger in Lagos. TRAGIC
Technology Market / Re: The Xiaomi Thread Store by Iamsheye(m): 10:37pm On May 28, 2020
jboixxx:
That one de play ni o. No be demdem
Good evening sir, I sent you a message on WhatsApp
please reply
Programming / Re: Chronicle Of A Data Scientist/analyst by Iamsheye(m): 5:24am On May 24, 2020

Programming / Re: Quadratic Equations Calculator Made With Javascript, HTML And CSS by Iamsheye(m): 5:42pm On May 22, 2020
Akhigbeblog:
I just viewed it, I want to learn HTML, CSS and JavaScript. Offer me a free Tutorial on WhatsApp na���
just use w3schools, YouTube, netninja and some other resources
Programming / Re: Quadratic Equations Calculator Made With Javascript, HTML And CSS by Iamsheye(m): 5:41pm On May 22, 2020
crunchyDope:

nice wink
Thanks wink
Programming / Quadratic Equations Calculator Made With Javascript, HTML And CSS by Iamsheye(m): 4:52pm On May 22, 2020
So I made this quadratic equations calculator few days ago.
Constructive criticism is always welcome.

Link to code :
https://codepen.io/iamsheye/full/dyYaWMY
If you've got a CodePen account, please drop a like wink

Programming / Re: Chronicle Of A Data Scientist/analyst by Iamsheye(m): 6:38pm On May 20, 2020
whizqueen:


Oh really?! Thank you so much. I hope you learn from them.

I’m everywhere by the way wink
Of course, they're educative.

2 Likes

Programming / Re: Chronicle Of A Data Scientist/analyst by Iamsheye(m): 11:59am On May 20, 2020
whizqueen:
I’m new here. Learning my first language SQL and it’s been fun so far. I see lots of information in this thread, I can’t wait to explore them smiley

Is anyone here self trained and a beginner?

I would be working on python, R and machine language later on.

Any tips or resources for a beginner would be appreciated

Wow cheesy So you're here too, I follow your YouTube channel and watch most of your videos

1 Like

Health / Re: USA Sniping Chinese Face Masks Bound For France - French Politicians Accuse US by Iamsheye(m): 5:06pm On May 19, 2020

Programming / Re: Need Someone To Help With My Javascript Code by Iamsheye(m): 3:40pm On May 14, 2020
nosagold:


There's a big in your code on line 15. You're using the assignment operator (=). Change it to == or just use if (!check)
Check the thread, I've fixed it already
Programming / Re: Need Someone To Help With My Javascript Code by Iamsheye(m): 4:47pm On May 13, 2020
Taofeekdboy:
when using array in Javascript, it comes with methods in which index, indexOf, search are part of. Index in array means find the number in which the object is located. Example of an array[1, 2, 3, 4],
If you do array.indexof(2) will give you 1 because the item is in the array but if it's not in the array it will give you - 1, searching for something in the array gives you 1 or - 1 depending on if the item is there or not.
You can read more on indexOf, index, search in Javascript Array.
thanks
I get it now
Programming / Re: Need Someone To Help With My Javascript Code by Iamsheye(m): 2:33pm On May 13, 2020

Programming / Re: Need Someone To Help With My Javascript Code by Iamsheye(m): 2:20pm On May 13, 2020
SqueezedPant:



what app?
Spck Editor on Android
Programming / Re: Need Someone To Help With My Javascript Code by Iamsheye(m): 11:27am On May 13, 2020
Taofeekdboy:
Good bro, but bro the code is too verbose, you can simplify it without using the check variable. Just use if and else statement and the break is unnecessary as well cos you are not using while loop.
if(checkCourse === scorelength or so) {
your logic
} else{ your logic}
You can as well use itenary operator as it makes your code cleaner and efficient.
Tried this, didn't work so I figured lemme do it another way
Programming / Re: Need Someone To Help With My Javascript Code by Iamsheye(m): 11:14am On May 13, 2020
SqueezedPant:



you use your phone to code?
Most times,if it's basic or simple stuffs and it's not lengthy
Programming / Re: Need Someone To Help With My Javascript Code by Iamsheye(m): 7:59am On May 13, 2020
So l later got the perfect code I wanted cheesy

Turns out I did not farabale,my blood was hot grin grin

Programming / Re: Need Someone To Help With My Javascript Code by Iamsheye(m): 10:15pm On May 12, 2020
crunchyDope:


why is the line that outputs to the document inside the iteration?

you used the check as a trap and its bin used in every count?
Bro don't worry I've solved it already

This your English sef I no understand
Programming / Re: Need Someone To Help With My Javascript Code by Iamsheye(m): 10:14pm On May 12, 2020
Lordpeckxy:
LoL, U created a thread 4 this cheesy , Welcome to our World...
You best best Is to learn how to use community magic...!!!
Holla me when you banged on Reg Expressions....
Guy I've gotten there grin grin grin I just dropped it to one side

How will I be seeing something like /^(([^<>()\[\]\.,;:\s@\"]+(\.[^<>()\[\]\.,;:\s@\"]+)*)|(\".+\"

Am I mad grin grin

1 Like

Programming / Re: Need Someone To Help With My Javascript Code by Iamsheye(m): 6:52pm On May 12, 2020
codeigniter:


Change to check == false or !check
! Means not
Thanks for this too �
Programming / Re: Need Someone To Help With My Javascript Code by Iamsheye(m): 6:52pm On May 12, 2020
peterincredible:
line 16 is not working change it from "=" to "==" and it will work
Bro thanks it worked grin grin
Can't believe it's cos of one thing
I wan run mad before grin grin grin
Programming / Re: Mobile Technology: Lets Build A Mobile App With Javascript by Iamsheye(m): 6:06pm On May 12, 2020
I've got a problem in JavaScript guys,I don't know if anyone here can help

https://www.nairaland.com/5853266/need-someone-javascript-code#89474408
Programming / Re: Need Someone To Help With My Javascript Code by Iamsheye(m): 5:54pm On May 12, 2020
thug:
Change the document.write(courseCheck to courseLength), your code would work perfect, cos you are looping with the variable u declared...
The courseLength is a number,it didn't work

What I want to do is just show that "It is not a science course" when the wrong value in inserted in the prompt
Programming / Need Someone To Help With My Javascript Code by Iamsheye(m): 5:28pm On May 12, 2020
So I've got that code there..
Everything's fine except that when a wrong input(one that is not in the array) is inserted I want it to show what's on line 16 but it doesn't it's just empty

Can someone please help??

Webmasters / Re: Learn Web Design LIVE On Nairaland!!! by Iamsheye(m): 2:41pm On Apr 03, 2020
H2SO4
Gaming / Re: Call Of Duty Mobile Thread by Iamsheye(m): 6:59pm On Mar 22, 2020

1 Like

Sports / Ajax And Chelsea Reach Agreement For Ziyech by Iamsheye(m): 1:21pm On Feb 13, 2020
Ajax and Chelsea have reached an agreement for the transfer of Hakim Ziyech. The player will join the Premier League club on July 1st 2020 and will finish the season in Amsterdam. The clubs have agreed a deal of € 40 million euros. This sum could potentially increase to a maximum of € 44 million, with variable factors.

The contract of the Moroccan player lasts until the 30th of June 2022. Ziyech was born on March 19, 1993 in Dronten. He made his debut for Ajax on 11 September 2016 in the match against Vitesse (1-0). The Moroccan international has played 160 official matches in the first team of Ajax and scored 49 goals.

With Ajax he won the Johan Cruyff Shield this season. Last year he became champion of the Netherlands with Ajax and he also won the KNVB Cup. In 2018, Ziyech was named Dutch footballer of the year.


Source: https://english.ajax.nl/streams/ajax-now/ajax-and-chelsea-reach-agreement-for-ziyech-.htm

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (of 22 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. 31
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.