The String Length for "Hello World!" is: 12
Hey there, Dave!

Functions are blocks of reusable code. Built-in functions like strlen() perform common tasks. User-defined functions are created using function() and allow you to encapsulate code for reuse.