Functions in Javascript
-A function is a reusable block of code that groups together a sequence of statements to perform a specific task. -Function names can contain letters, digits, underscores, and dollar signs. -JavaScript doesn't have a function data type but when we find the data type of a function using