Hi.
It took a day or two for me to get an explanation on why Object.create is necessary in this exercise (being that the exercise will work quite well without creating a new object). Tell me if I'm right. You want to create that new object only if you want that object to survive after the reducing is finished... so you can use that object elsewhere in your code. Even though the object is returned from the reduction. Am I close?
Hi. It took a day or two for me to get an explanation on why Object.create is necessary in this exercise (being that the exercise will work quite well without creating a new object). Tell me if I'm right. You want to create that new object only if you want that object to survive after the reducing is finished... so you can use that object elsewhere in your code. Even though the object is returned from the reduction. Am I close?
A little more explanation would be helpful.
Thanks for the tutorial so far!