Transcript
00:00 Great. We're gonna get into functions now. This is where you can take a so like so far we've checked out programs and we can skip lines and stuff. Now you can take a piece of your program and put it somewhere and then have other parts of your program go over there and just like, go do that, go do that, go that, give me that, you know, here's do this, whatever. So that's the idea of functions.
00:21 We're gonna start with a really basic one where you're just getting a value, and then we'll log that to the console. And we'll also export that function so that the test can use it. So I want you to jump into this one.
