add in array and object explorer

This commit is contained in:
sdras
2018-01-02 16:53:04 -07:00
parent 3925058da8
commit 396e36f3ff

View File

@@ -332,7 +332,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Beautiful docs](http://beautifuldocs.com/) is a documentation viewer based on markdown files. * [Beautiful docs](http://beautifuldocs.com/) is a documentation viewer based on markdown files.
* [documentation.js](http://documentation.js.org) - API documentation generator with support for ES2015+ and flow annotation. * [documentation.js](http://documentation.js.org) - API documentation generator with support for ES2015+ and flow annotation.
* [jsduck](https://github.com/senchalabs/jsduck) - API documentation generator made for Sencha JavaScript frameworks, but can be used for other frameworks too. * [jsduck](https://github.com/senchalabs/jsduck) - API documentation generator made for Sencha JavaScript frameworks, but can be used for other frameworks too.
* [Array Explorer](https://github.com/sdras/array-explorer) and [Object Explorer](https://sdras.github.io/object-explorer/) - Resources to help figure out what native JavaScript method would be best to use at any given time
## Files ## Files