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

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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