Social Sciences, asked by Princess3465, 1 year ago

How to create variable declaration in javascript?

Answers

Answered by Roqaiya09
1
int x;
where int is the integer data type and x is the variable.
syntax: data type variable name;
Similar questions