From 396e36f3fff806b55ed469d03e5adea991ac1587 Mon Sep 17 00:00:00 2001 From: sdras Date: Tue, 2 Jan 2018 16:53:04 -0700 Subject: [PATCH] add in array and object explorer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94d2911..6b3be5e 100644 --- a/README.md +++ b/README.md @@ -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. * [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. - +* [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