πŸ“Š JavaScript
Q. What will be the output of the following JavaScript code?
Code:
System.out.println( Pattern.matches("\d", "9") );
  • (A) true
  • (B) false
  • (C) 9
  • (D) undefined
πŸ’¬ Discuss
βœ… Correct Answer: (A) true

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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