Hey all
I have problemes understanding what Lodash really is. I have no problems using it, nor making the exercise. But I don’t really understand why I am doing this, or how I could use this in the future.
Following the explanation given, I first assumed Lodash was a library with that could give you extra built in methods. But doing the project, I rather assume it is to help you see errors when you use their methods?
Also, I don’t really understand the syntax: const _ = {};
So everyting we do has to be within this object. Why? Do you have to put al your JS within this object and than remove it after you checked everything with the lodash check functionnality? Because if you would write al you’r code within that object, it stops working.
I think I am misunderstanding this. Can someone try to explain me what Lodash is and does. Please don’t use the standard explanation you find when you google because that is the one I assume I am misunderstanding.
Thank you for your feedback!
Kind regards,
Yannick