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

Codewars tasks + function + Polymorphism #34

Open
wants to merge 9 commits into
base: Shibaeva_Darya_Dmitrievna
Choose a base branch
from

Conversation

DameshikS
Copy link

Codewars tasks (without function (yet))

@DameshikS DameshikS changed the title Codewars tasks Codewars tasks + function Oct 4, 2024
@@ -1 +1,63 @@
console.log('Hello world');
const StartingX = 1.5;
Copy link

Choose a reason for hiding this comment

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

Создай отдельный файл под эту лабу, пожалуйста



function MainFunction(a:number, b:number, x:number) : number {

Copy link

Choose a reason for hiding this comment

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

лишний отступ

}

function taskA (a: number, b: number, startingX:number, endingX:number, step:number) : [number[], number[]]{

Copy link

Choose a reason for hiding this comment

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

Лишний отступ


}

console.log("Задача A");
Copy link

Choose a reason for hiding this comment

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

Проверку задач либо оставь тут, либо тоже в отдельный файл

@DameshikS DameshikS changed the title Codewars tasks + function Codewars tasks + function + tests Oct 22, 2024
@DameshikS DameshikS changed the title Codewars tasks + function + tests Codewars tasks + function + class Nov 5, 2024
@DameshikS DameshikS changed the title Codewars tasks + function + class Codewars tasks + function + Polymorphism Nov 17, 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