Skip to content
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

Задачки с кодэварэс + задачка на класс и игра #2

Closed
wants to merge 10 commits into from
Closed

Conversation

artembunichev
Copy link

@artembunichev artembunichev commented Sep 26, 2023

Буничев Артём 2/42.

@jskonst
Copy link
Contributor

jskonst commented Sep 27, 2023

Не хватает еще задачек :(

@@ -0,0 +1,33 @@
function capitalize( str ) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

усложнено решение, можно было сильно проще

@@ -0,0 +1,3 @@
function pig_latin_task( str ) {
return str.replace( /(\w)(\w+)/g , '$2$1ay' );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@artembunichev artembunichev changed the title Задачки с кодэварэс Задачки с кодэварэс + задачка на класс Oct 1, 2023
@@ -1,16 +0,0 @@
import { Phone } from './phone';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

index то можно оставить - для примера (только вызывать свои экземпляры)

@artembunichev artembunichev changed the title Задачки с кодэварэс + задачка на класс Задачки с кодэварэс + задачка на класс и игра Dec 13, 2023
@artembunichev artembunichev closed this by deleting the head repository Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants