-
Notifications
You must be signed in to change notification settings - Fork 83
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
base: Shibaeva_Darya_Dmitrievna
Are you sure you want to change the base?
Conversation
rpgsaga/saga/src/index.ts
Outdated
@@ -1 +1,63 @@ | |||
console.log('Hello world'); | |||
const StartingX = 1.5; |
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.
Создай отдельный файл под эту лабу, пожалуйста
rpgsaga/saga/src/index.ts
Outdated
|
||
|
||
function MainFunction(a:number, b:number, x:number) : number { | ||
|
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.
лишний отступ
rpgsaga/saga/src/index.ts
Outdated
} | ||
|
||
function taskA (a: number, b: number, startingX:number, endingX:number, step:number) : [number[], number[]]{ | ||
|
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.
Лишний отступ
rpgsaga/saga/src/index.ts
Outdated
|
||
} | ||
|
||
console.log("Задача A"); |
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.
Проверку задач либо оставь тут, либо тоже в отдельный файл
Codewars tasks (without function (yet))