Главная

JavaScript


Переменные JavaScript

Переменные.
let studentsCount ; // undefined
studentsCount = 98 ;