Rules for naming JS variables

Variables names can only contain _________________,________________,________________,and ________________.For example $my_1stVariable

Variables must begin with a___________,_____________or _________________.For example $name,_name or name

Variables names are case ________________

Variables names should not be JS____________-