Advanced Functions What is recursion? Recursion is the act of a function calling itself. It is often used to solve problems that have their own internal problems to solve. A recursive function can recieve two inputs: a base case (This is the case that would end the recursion) a recursive...
Continue reading...
Functions, Objects & Arrays Oh My! What are functions in Javascript? Functions are a “subprogram” that can be called by code. The function has three parts. The function declaration The parameters The function Statement. They look something like this: let myFunction = function() { statements } Although you are able...
Continue reading...
Chase mice run in circles yet mark territory sleep on keyboard. Claw drapes. Intently sniff hand burrow under covers for behind the couch but inspect anything brought into the house.
Continue reading...