Transcript
00:00 Documentation is nice. It helps humans and AI agents alike and especially if you're making a library of, of functions that you want other people to be able to use. This can be really helpful as they're using, those different functions. So, yeah. Big fan of JSDoc and that's how we document stuff in TypeScript and JavaScript.
00:20 And, so I've got some, like, very hand holdy examples here. I mostly just wanna expose you to it. Your AI agent will be able to, handle documentation of most things, but you need to be able to understand, what it's capable of and, what it's supposed to look like. So jump right into this and we'll see you when you're done.
