Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.2 Returning Values

Did you know that every function returns a value? They do, and arrow functions have two different syntaxes for returning data. We'll look at all the ways to return data from a function in this lesson.