From 6c4def9ebdb19db73d4fc8eb2a528c0e4bb3236f Mon Sep 17 00:00:00 2001 From: Nicolas Takashi Date: Fri, 18 Nov 2016 12:19:30 -0200 Subject: [PATCH] Removing methods Removing methods that already exist in the array prototype --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 2f987fa..13c04b0 100644 --- a/README.md +++ b/README.md @@ -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 | | @@ -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 | | @@ -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 |