
Moritz Schramm
I am a passionated web developer and love to work with new tools.
Education
Bachelor of Science
Work
Agile Coach at SAP
loading...
We're a place where coders share, stay up-to-date and grow their careers.
I am a passionated web developer and love to work with new tools.
Education
Bachelor of Science
Work
Agile Coach at SAP
Recent comments
Daily Challenge #224 - Password Validator
DEVCommunity would be invalid because it's missing the nume...
Challenge-- Capitalize each word in a string
Luckily (or sometimes badly), everyone finds something diff...
Challenge-- Capitalize each word in a string
Well, given split and join are also O(n) then you would hav...
Challenge-- Capitalize each word in a string
This one should be O(n). I had the same question in mind an...
Challenge-- Capitalize each word in a string
Here is my solution in JavaScript :) const capitalize = (...
What programming best practice do you disagree with?
Sorry to hear that. The daily meeting is not for micromanag...
When Event Listeners Won't Listen
Has there been a reason, why you decided for adding and rem...
Palindrome String in Javascript
I think this is way easier: const isPalindrome = (s) =>...