If you have programmed in languages like C++ or Java you should be familiar with the concept of namespaces and packages. If you are only familiar with JavaScript you probably might be wondering what these things are. Lets have a look.
Alice needs to use a lengthy expression at several places in her code. To avoid repeating the expression in the code she decides to create a function for it. She names the function as calculate.
