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

Hw 4 #4

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Hw 4 #4

wants to merge 3 commits into from

Conversation

VladyslavMartynov
Copy link
Owner

No description provided.

// Написать функцию, которая не принимает никаких аргументов. В теле функции написать логику для нахождения суммы значений любого количества ключей (значения ключей должны быть больше нуля) из переданного контекста.
function sumKeys(){

const obj = this;

Choose a reason for hiding this comment

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

Зачем эта константа?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Понял , тут даже она не нужна!

// Написать функцию, которая возвращает новый массив, в котором должны быть только четные числа, которые больше двуx и меньше 10. Новый массив будет состоять из значений ключа values из контекста, если такого ключа нет, то выводим сообщение "Не найдено".

function getNewArray(){

Choose a reason for hiding this comment

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

тут не нужен пробел

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