Multiple-Choice Questions
Web Technologies MCQs
Computer Science Subjects MCQs
Databases MCQs
Programming MCQs
Testing Software MCQs
Digital Marketing Subjects MCQs
Cloud Computing Softwares MCQs
AI/ML Subjects MCQs
Engineering Subjects MCQs
Office Related Programs MCQs
Management MCQs
More
Home » MCQs » ReactJS MCQs
25. Complete the below given arrow function.
Msg = ____ "Hi, there!";
Answer: D) () =>
Explanation:
The correct arrow function is:
Msg = () => "Hi, there!";
Comments and Discussions!
Load comments ↻
Recently Published MCQs