Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsmith12 committed May 17, 2018
1 parent aa57729 commit 0aaab5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ The goal is to provide different ways that you can interact with th dom without
* xhr-objects-text - Provides example of working with a pure XHR Object in JavaScript (without the fetch API yet) to load in a text file.
* ajax-json - Provides example of working with JSON data from an XHR Object. Including a single JSON Object, and an array of JSON objects.
* fetch-api - Provides example of working with the new fetch API instead of an XMLHttpRequest object, and working with promises.
* regex-evalating functions - Provides example of how you can evaluate regex.
* regex-metacharacters- Provides different examples of some basic regex metacharacters and rules and what they mean.

0 comments on commit 0aaab5a

Please sign in to comment.