Q. Which operator is used for exponentiation in JavaScript?

  • (A) **
  • (B) ^
  • (C) exp()
  • (D) pow()
πŸ’¬ Discuss
βœ… Correct Answer: (A) **
Explanation: ** is the exponentiation operator in JavaScript.
Explanation by: Mr. Dubey
** is the exponentiation operator in JavaScript.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
76
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate