Règles pour nommer les variables rapides

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