Секція 2. Розділ 10
single
Constant Naming Convention
Свайпніть щоб показати меню
Constant naming convention
Constants are planned to be non-changing variables. It is best to practice to distinguish constants from other variables and the best way to write them is in UPPERCASE (capital letters).
123456// UPPERCASE const SECONDS = 60; const MINUTES = 60; const HOURS = 24; const DAY = SECONDS * MINUTES * HOURS; console.log(DAY);
Завдання
Swipe to start coding
Store the value of pi in the constant and name it with an uppercase and show it on the console.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 10
single
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат