File tree Expand file tree Collapse file tree 3 files changed +40
-0
lines changed
Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "cSpell.words" : [
3+ " biryani"
4+ ]
5+ }
Original file line number Diff line number Diff line change 1+
2+ ## Practice Problem 44
3+
4+ 1 . Write an arrow function that will take ** 3** parameters, will multiply
5+ the parameters and will return the result.
6+
7+ 2 . Write the following sentence in ** three lines** and print the result:
8+ ** I am a web developer. I love to code. I love to eat biryani.**
9+
10+ 3 . Write an arrow function that will take ** 2** parameters: One parameter
11+ will come from you and the other parameter will be a default
12+ parameter. Add these two parameters and return the result.
13+
14+
15+
16+
17+
18+ problem source: https://drive.google.com/file/d/1Ut8t4Ed8V-U0Axtz4nbIXJhmxvMEMUe9/view?usp=sharing
Original file line number Diff line number Diff line change 1+ /* ## Practice Problem 44
2+
3+ 1. Write an arrow function that will take **3** parameters, will multiply
4+ the parameters and will return the result.
5+
6+ 2. Write the following sentence in **three lines** and print the result:
7+ **I am a web developer. I love to code. I love to eat biryani.**
8+
9+ 3. Write an arrow function that will take **2** parameters: One parameter
10+ will come from you and the other parameter will be a default
11+ parameter. Add these two parameters and return the result.
12+
13+
14+
15+
16+
17+ problem source: https://drive.google.com/file/d/1Ut8t4Ed8V-U0Axtz4nbIXJhmxvMEMUe9/view?usp=sharing */
You can’t perform that action at this time.
0 commit comments