Reading-Notes
code fellows 301
Read: 09 - FUNCTIONAL PROGRAMMING
Reading
Functional Programming Concepts
- 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?
Node JS Tutorial for Beginners #6 - Modules and require()
- 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?