....keyboard is used to declare variable in javascript.
Answers
Answered by
3
Answer:
Declaring variables is the most basic part of a JavaScript program. We need to declare any variables that we're going to use by using various keywords. In modern JavaScript, we should use the let keyword to declare variables.
Explanation:
please follow
Similar questions