Skip to content

Commit

Permalink
📝 Update Readme with an ordering change
Browse files Browse the repository at this point in the history
  • Loading branch information
sdras authored Jul 3, 2021
1 parent f0c8604 commit 6a4bda3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# JavaScript Explorer

> Find the method you need without digging through the docs! ✨
![jsexplorer-demo](https://user-images.githubusercontent.com/2281088/124360460-2e8f3e80-dbe7-11eb-918b-ec2e356b7ac9.gif)
> _Find the method you need without digging through the docs! ✨_
When I was first learning array and object methods, I spent a lot of time digging through the docs to find the appropriate one, and I had to search one by one. I made this resource to help people find the correct object method a bit more naturally. You can narrow down what you want to do and explore until you find what's most useful to you.

![jsexplorer-demo](https://user-images.githubusercontent.com/2281088/124360460-2e8f3e80-dbe7-11eb-918b-ec2e356b7ac9.gif)

It's been 4 years since I released the [Array](https://github.com/sdras/array-explorer) and [Object](https://github.com/sdras/object-explorer) Explorers as tools for the community. I realized it interrupts flow state to have to go to a web app to use them, so I thought a command line tool might be a better developer experience.

## Usage
Expand Down

0 comments on commit 6a4bda3

Please sign in to comment.