Keyword or Reserved words
var | delete | for | let | brack |
super | void | case | do | static |
function | new | switch | while | interface |
catch | else | if | package | finally |
this | with | class | enum | default |
implements | private | throw | tiled | typeof |
const | export | import | protected | return |
true | continue | extends | in | |
instanceof | ||||
public | try | debugger | false |
In JavaScript, we do not need to specify the type of the variable because it is dynamically used by the JavaScript engine.
We can use var data type. It can hold any type of data like String, Number, Boolean, etc.
Primitive Data Type Non-Primitive Data type
String Object
Number Array
Boolean RegExp
Undefine
- SonarQube Error: Error status returned by url [https://api.sonarcloud.io - September 5, 2024
- AWS SES Errors and Solution - September 2, 2024
- SRE Foundation Certification - August 29, 2024