Implicit return in an arrow function has three characteristics:
1) It's on the same line as the rest of the code.
2) The "return" keyword is removed.
3) There are no curly brackets.
#100DaysofTakeAways #aJSfunctionaday
Implicit return in an arrow function has three characteristics:
1) It's on the same line as the rest of the code.
2) The "return" keyword is removed.
3) There are no curly brackets.
#100DaysofTakeAways #aJSfunctionaday