Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Task - Adjusting Salary with a Bonus | Manipulating Data
Introduction to JavaScript
course content

Зміст курсу

Introduction to JavaScript

Introduction to JavaScript

1. Getting Started
2. Manipulating Data
3. Conditional Statements

book
Task - Adjusting Salary with a Bonus

Завдання

Swipe to start coding

Your company has decided to reward employees with a performance bonus of 2.5%. You need to update the salary calculator to include this bonus in the final salary calculation.

Your task is to extend the program by doing the following:

  • Declare a new constant called BONUS with a value of 2.5;
  • Before showing the output, multiply the value of totalPay with BONUS and store the result back in totalPay. (Use the shorter syntax for this arithmetic operation);

Рішення

Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 2. Розділ 10
toggle bottom row

book
Task - Adjusting Salary with a Bonus

Завдання

Swipe to start coding

Your company has decided to reward employees with a performance bonus of 2.5%. You need to update the salary calculator to include this bonus in the final salary calculation.

Your task is to extend the program by doing the following:

  • Declare a new constant called BONUS with a value of 2.5;
  • Before showing the output, multiply the value of totalPay with BONUS and store the result back in totalPay. (Use the shorter syntax for this arithmetic operation);

Рішення

Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 2. Розділ 10
Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Ми дуже хвилюємося, що щось пішло не так. Що трапилося?
some-alt