code fellows 301
- What is functional programming?
- What is a pure function and how do we know if something is a pure function?
- What are the benefits of a pure function?
- What is immutability?
- What is Referential transparency?
- What is a module?
- What does the word ‘require’ do?
- How do we bring another module into the file the we are working in?
- What do we have to do to make a module available?