Computer Science, asked by ursulanetherland, 2 months ago

how do you define a variable in javascript? a "string" and numbers

Answers

Answered by s14547aprachi13804
1

JavaScript is untyped language. This means that a JavaScript variable can hold a value of any data type. To declare variables in JavaScript, you need to use the var keyword. Whether it is a string or a number, use the var keyword for declaration

Hope it is helpful to you dear!!

Please mark me as brainliest

Similar questions