Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove broken links #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
<a href="https://www.netlify.com">
<img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg"/>
</a>

# Object Explorer

When I was first learning 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.

Check out the site here: [https://objectexplorer.netlify.com/](https://objectexplorer.netlify.com/)

Or if you prefer codepen: [https://codepen.io/sdras/pen/rpwjzw/](https://codepen.io/sdras/pen/rpwjzw/)
Check out the site here: [https://codepen.io/sdras/pen/rpwjzw/](https://codepen.io/sdras/pen/rpwjzw/)

I realize that there are about a million ways that this resource can be set up, and some of the taxonomy is necessarily opinionated. I tried to focus on what I thought would have helped me learn the best, rather than industry standard delineations. If that style of learning suits you better, that's great! This resource is not set up that way. Please keep in mind that this is not meant to be as comprehensive or a replacement for full documentation, which is why the MDN docs are linked to in each method.

Expand All @@ -18,7 +12,7 @@ I based most of the longer descriptions off of the MDN documentation, altering i

## Other Similar Projects

**I have an Array Explorer as well: [https://arrayexplorer.netlify.com](https://arrayexplorer.netlify.com)**
**I have an Array Explorer as well: [https://codepen.io/sdras/full/gogVRX/](https://codepen.io/sdras/full/gogVRX/)**

## Build Setup

Expand Down