₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,301 members, 8,421,223 topics. Date: Saturday, 06 June 2026 at 03:19 AM

Toggle theme

Makinde06's Posts

Nairaland ForumMakinde06's ProfileMakinde06's Posts

1 (of 1 pages)

ProgrammingRe: Pattern Chaser In Javascript: Coding Challenge by makinde06(m): 10:31am On Jul 28, 2015
dhtml18:
Nice, but when you test it with howarekddkdkdieeialskdoeiedkdklskdiamaboyandeiei383838iamaboyexx,x - it gives only i unlike the other pattern chasers above.
Are you saying it should return something like this 'ddd' instead of 'd'?
ProgrammingRe: Pattern Chaser In Javascript: Coding Challenge by makinde06(m): 10:12am On Jul 28, 2015
var PatternChaser = function(caseMe)
{
var response = '';
var alphabet = '';
var number = 0;

if (caseMe !='')
{
var innerNumber = 0;
var list = caseMe.split('');

for (var i = 0; i < list.length; i++)
{

if (i == 0)
{
alphabet = list[i].toString();
number++;
}
else
{
if (list[i - 1] == list[i])
{
if (list[i - 1].toString() == alphabet)
number++;
else
innerNumber++;

if (innerNumber > number)
{
alphabet = list[i].toString();
number = innerNumber;
}
}
else
{
innerNumber = 1;
}
}
}
}
return alphabet;
};

var tt = PatternChaser('aaabbdddee444rrttt');

console.log(tt);
a
LiteratureRe: Giving Away Free Ebooks Of World Famous Authors by makinde06(m): 9:54pm On Jun 19, 2010
Maxxy, please i am interested in these books

NOVELS - John Grisham, Robert Ludlum, Sidney Sheldon, Anne Rice, Jackie Collins, Mario Puzo, Tom Clancy, Dean Koontz, Stephen King, Dan Brown, C.S. Lewis, etc.

MOTIVATIONAL - Brian Tracy, Zaine Ridling, Carlos Xuma, James Allen, Peter Drucker, Victor Frankl, Wes Hopper, Philip Emeagwali, Alan Tutt, Marc Mancini, etc.

MANAGEMENT - Peter Pande, Philip Kotler, Marcus Allen, Seth Godin, Steven Cohen, John Price, Bryan Bergeron, Bill Corbin, etc.

CHRISTIAN - Fox's Book of Martyrs, Watchman Nee, Ellen G White, Ronald Weinland, etc.

LEADERSHIP
RELATIONSHIPS
FINANCE AND INVESTMENT

my addy is dayo_makinde06@yahoo.com
thanks
NYSCRe: NYSC Service At Intercontinental And Zenith Bank by makinde06(m): 6:10pm On Mar 13, 2007
omo if u like your self, go reruns am agan cos , Rivers state government no go allow you work for any company except primary and secondary school, iam talking from experience, and you can ask people wey dey rivers if i dey lie.
1luv
Jobs/VacanciesRe: Can Anybody Work With Lng by makinde06(m): 1:00pm On Feb 06, 2007
makinde temidayo
dayo_makinde06@yahoo.com
B.sc Industrial Chemistry
Jobs/VacanciesRe: Job Seekers: What Course Did You Study by makinde06(m): 12:39pm On Feb 06, 2007
hi ,
My name Makinde Temidayo
B.Sc Industrial Chemistry

1 (of 1 pages)