#Day33
Morning exercise: https://gist.github.com/mathildathompson/9944082
Metaprogramming Writes methods for you insidea method
Calling debugger pauses the program so we can call functions and check where the errors are.
If we don't want to pause the program to debug, we can define a function inside the function we want to check.