Les noms de variables rapides doivent commencer par une lettre

// valid
var a = "hello"
var _a = "hello"
var $a = "hello"
SAMER SAEID