Transcript
00:00 Okay. Let's talk about different ways that you can write functions. We're gonna get into arrow functions in this exercise, and there are actually a couple other ways that you can write functions. There's, function expressions, and there's actually method syntax on objects and classes and stuff. We're not gonna get into those, so we're we're not done.
00:18 There's also generator functions and stuff. We're we're so and async functions. We're not getting into every function type, in this exercise. We're gonna focus on, function declarations, which we've done so far, and arrow functions. They're actually features of arrow functions that we're not gonna dive too deep into either because they require knowledge of other things that we're gonna get to later.
00:38 So mostly this is gonna be a syntactic difference between functions, and function declarations and arrow functions. But there will be a couple of semantic differences that we'll talk about here as well. So have a good time with this one. We'll see you when you're done.
