-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strings #133
Strings #133
Conversation
assert.strictEqual(ucFirst("john"), "John"); | ||
}); | ||
|
||
it("Doesn't die on an empty string", function() { | ||
it("Nie wysypuje się na na pustym łańcuchu", function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2x "na"
Please make the requested changes. After it, add a comment "/done". |
/done |
@RafalMichniuk całkiem sprawnie wrzuciłeś poprawkę 😄 IMO jest ok, jak chcesz to zrób merge chyba że jeszcze ktoś doda review (ale chyba mało kto jest tu aktywny) |
@deivuss331 dzięki! 😎 OK, poczekam tydzień (to chyba nie dużo czasu w kontekście jak tu wszystko zasuwa 😅) i jak nie pojawi się żadne review, to zrobię merge 🙂 |
Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉 |
translated article about Strings