JavaScript Basics Revision: Solving Key Exercises and Challenges | Exercise 2

preview_player
Показать описание
In this video, I’m revisiting key JavaScript concepts related to numbers and math by solving practical exercises. Here’s what I cover:

- Calculating the total cost of restaurant orders and splitting the bill
- Determining product prices and applying taxes (10% and 20%)
- Converting temperatures between Celsius and Fahrenheit using JavaScript

Рекомендации по теме
Комментарии
Автор

Exercise 2b. Solution:
(10 + 3 * 8 + 5) / 3

mukulbytes