Skip to content

Conversation

timagixe
Copy link

@timagixe timagixe commented Jan 3, 2023

  • check spelling
  • update book index adding content
  • execute npm run format before open PR
  • do not regenerate book.pdf, it is s subject of separate PR

Closes #160

@timagixe timagixe changed the title #160 Sync 2-1 from ru to ukr Sync 2-1 from ru to ukr Jan 3, 2023
Comment on lines +9 to +12
- Глобальні змінні: `MAX_PURCHASE`, `REQUEST_TIMEOUT`, `ERROR_CODES`
- Колекції: `prices`, `goods`, `boughtItems`
- Окремі значення: `amount`, `groupName`, `total`
- Функції: `calculateSubtotal`, `calculateTotal`, `validateExpenses`
Copy link
Author

Choose a reason for hiding this comment

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

@tshemsedinov I believe we are missing ; (semi-colon) at the end of every example, aren't we? Should I add semi-colon both to UA/RU versions?

Suggested change
- Глобальні змінні: `MAX_PURCHASE`, `REQUEST_TIMEOUT`, `ERROR_CODES`
- Колекції: `prices`, `goods`, `boughtItems`
- Окремі значення: `amount`, `groupName`, `total`
- Функції: `calculateSubtotal`, `calculateTotal`, `validateExpenses`
- Глобальні змінні: `MAX_PURCHASE`, `REQUEST_TIMEOUT`, `ERROR_CODES`;
- Колекції: `prices`, `goods`, `boughtItems`;
- Окремі значення: `amount`, `groupName`, `total`;
- Функції: `calculateSubtotal`, `calculateTotal`, `validateExpenses`;

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.

Sync 2-1 from ru to uk
1 participant