Declaring Variable
Declaring Variable Rule
- Variable can contain a combination of letters, digits, underscores ( _ ), and
- dollar signs ( $ ).
- Must begin with a letter A-Z or a-z or underscore or dollar sign
- A variable name cannot start with a number
- Must not contain any space characters
- JavaScript is case-sensitive
- Can‟t use reserved keywords
Declaring Variable

A variable declared without a value will have the value undefined

Latest posts by rajeshkumar (see all)
- Git Error: Filename too long - May 15, 2023
- Oracle RAC: Script that duplicates a database using a physical standby RAC as source - May 15, 2023
- Protected: oracle-rac-fixes - May 11, 2023