Const in JavaScript 🚫【3 minutes】
Автор: Bro Code
Загружено: 2022-04-19
Просмотров: 38359
#Javascript #const #constants
// const = a variable that can't be changed
const PI = 3.14159;
let radius;
let circumference;
radius = window.prompt("Enter the radius of a circle");
radius = Number(radius);
//PI = 420.69;
circumference = 2 * PI * radius;
console.log("The circumference is:", circumference);
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: