Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 579 Bytes

File metadata and controls

18 lines (9 loc) · 579 Bytes

Practice Problem 44

  1. Write an arrow function that will take 3 parameters, will multiply the parameters and will return the result.

  2. Write the following sentence in three lines and print the result: I am a web developer. I love to code. I love to eat biryani.

  3. Write an arrow function that will take 2 parameters: One parameter will come from you and the other parameter will be a default parameter. Add these two parameters and return the result.

problem source: https://drive.google.com/file/d/1Ut8t4Ed8V-U0Axtz4nbIXJhmxvMEMUe9/view?usp=sharing