Quizlearn
.app
Which of the following is the correct syntax for declaring a constant variable?
const PI = 3.14
let PI = 3.14
var PI = 3.14
PI = 3.14
Full-Stack Web Development Exercises are loading ...