Nama variabel cepat harus dimulai dengan salah satu surat

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