Question d’entretien chez Urbandoor

How variables can be assigned in Javascript

Réponse à la question d'entretien

Utilisateur anonyme

27 oct. 2018

By just the name and the assignment, by using var keyword and then the name and assignment. For ES^, they have let and const keywords but const is for constant.