Skip to content

Commit

Permalink
Removing methods
Browse files Browse the repository at this point in the history
Removing methods that already exist in the array prototype
  • Loading branch information
nicolastakashi committed Nov 18, 2016
1 parent 570b08c commit 6c4def9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Add `linq-to-type.js` to your `index.html` file
|All |x | |
|Any |x | |
|Average |x | |
|Concat | |x |
|Contains |x | |
|Count |x | |
|DefaultIfEmpty |x | |
Expand All @@ -46,10 +45,8 @@ Add `linq-to-type.js` to your `index.html` file
|Except |x | |
|First |x | |
|FirstOrDefault |x | |
|ForEach | |x |
|GroupBy |x | |
|GroupJoin | |x |
|IndexOf | |x |
|Intersect | |x |
|Join | |x |
|Last |x | |
Expand All @@ -63,7 +60,6 @@ Add `linq-to-type.js` to your `index.html` file
|Remove |x | |
|RemoveAll |x | |
|RemoveAt |x | |
|Reverse | |x |
|Select |x | |
|SelectMany |x | |
|SequenceEqual | |x |
Expand Down

0 comments on commit 6c4def9

Please sign in to comment.