Skip to content

Commit 005f83f

Browse files
committed
modified assignment
1 parent c029a45 commit 005f83f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

session 1/assignments/assignment-1.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
============
2-
Assignment-1
3-
============
1+
**Assignment-1**
42

53
create a function calculator with two function arguments, and having four nested functions
64
called addition, subtraction, multiplication and division, which will return the result
@@ -14,19 +12,15 @@ and write an object explaining execution context of every function and global ex
1412

1513
---
1614

17-
============
18-
Assignment-2
19-
============
15+
**Assignment-2:**
2016

2117
Write the function to calculate the area of a circle.
2218
Use regular as well as arrow notation
2319
Assign this function to variable and use that variable to call this function
2420

2521
---
2622

27-
=============
28-
Assignment-3
29-
=============
23+
**Assignment-3:**
3024

3125
explain why console.log(temp) produces error in outerFunction but not in the innerFunction
3226

0 commit comments

Comments
 (0)