I find it useful to be able to quickly invoke various Lodash methods while I read about them on https://lodash.com/docs/. Because the library is loaded on that website, I can call the method in the console. If I want to look at how some of them are implemented, it's a bit harder because the code is minified.
Considering this is just a docs site, how about including the unminified version of lodash on the website?
I find it useful to be able to quickly invoke various Lodash methods while I read about them on https://lodash.com/docs/. Because the library is loaded on that website, I can call the method in the console. If I want to look at how some of them are implemented, it's a bit harder because the code is minified.
Considering this is just a docs site, how about including the unminified version of lodash on the website?