Complete the below given arrow function

25. Complete the below given arrow function.

Msg = ____ "Hi, there!";
  1. ()
  2. =>
  3. ()>
  4. () =>

Answer: D) () =>

Explanation:

The correct arrow function is:

Msg = () => "Hi, there!";

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.