1 min readJun 29, 2017
Fantastic post! Two quick questions:
- Why are we writing functions with the same name in both parent and children? (e.g. what we did for addGreeting and removeGreeting)
- What exactly is “bind” doing? Importing a function in the same js file?