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!









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