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: GH001: Large files detected. You may want to try Git Large File - June 23, 2025
- Capacity Planning: A Comprehensive Tutorial for Optimizing Reliability and Cost - June 20, 2025
- Blameless Postmortems - June 20, 2025