Skip to content

remove(35-calling-functions): delete 110-math and 120-function-signature#825

Merged
fey merged 1 commit into
mainfrom
remove-110-math-120-signature
Jun 1, 2026
Merged

remove(35-calling-functions): delete 110-math and 120-function-signature#825
fey merged 1 commit into
mainfrom
remove-110-math-120-signature

Conversation

@fey
Copy link
Copy Markdown
Contributor

@fey fey commented Jun 1, 2026

Summary

  • Удалены уроки 110-math и 120-function-signature из модуля 35-calling-functions
  • Урок 100-call (портирован из Python) уже покрывает весь материал: вызов функций, аргументы/параметры, возврат значения, pow() как пример
  • 110-math добавлял только JS-специфику про объект Math без новых концепций
  • 120-function-signature был удалён из Python-курса ранее по той же причине

Test plan

  • Убедиться, что модуль 35-calling-functions корректно отображается без этих уроков
  • Проверить последовательность: 100-call → 135-calling-functions-default-params → 150-...

Lesson 100-call (ported from Python) already covers calling functions,
arguments/parameters distinction, return values, and pow() as example —
making both lessons redundant.

110-math adds only JS-specific Math object history with no new concepts.
120-function-signature was also removed from the Python course earlier.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@fey fey merged commit ff6e6f2 into main Jun 1, 2026
1 check passed
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.

1 participant