πŸ“Š JavaScript
Q. Variable declared is example of ___________ Variable.
Code:
function message() {
var name = "Bench";
alert(name);
}
  • (A) Local
  • (B) Global
  • (C) Semi-Global
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) Local

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
245
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
86%
Success Rate