
Kerri Shotts
Developer passionate about developers, education, and unleashing creativity using code.
Education
B.S. Computer Science
Work
Principal Product Manager, UXP at Adobe
We're a place where coders share, stay up-to-date and grow their careers.
Developer passionate about developers, education, and unleashing creativity using code.
Education
B.S. Computer Science
Work
Principal Product Manager, UXP at Adobe
Recent comments
Daily Challenge #80 - Longest Vowel Change
Just noticed that the challenge is to return the length ;-)...
Daily Challenge #80 - Longest Vowel Change
Here's mine... would have liked to use String.prototype.mat...
Daily Challenge #68 - Grade Book
Here's mine: const sum = (...nums) => nums.reduce((tot...
Daily Challenge #52 - Building a Pyramid
My try. I used padStart and padEnd, and abused default para...
Daily Challenge #53 - Faro Shuffle
Nicely done on the video! Very clear, and nicely put togeth...
Daily Challenge #53 - Faro Shuffle
Oh, it's been a while since I've had bandwidth to participa...
Daily Challenge #34 - WeIrD StRiNg CaSe
Here's mine -- I'll admit that it took a little to recogniz...
Daily Challenge #31 - Count IPv4 Addresses
Here's mine! I extended it a little to work if the start an...