Created
May 2, 2017 08:45
-
-
Save Axighi/d7300d279c6e5fc9b23d1f90c7cdac48 to your computer and use it in GitHub Desktop.
Revisions
-
Axighi created this gist
May 2, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ 'An aplle is not a banana'.replace(/a/g, (() => { var number = 0; return () => { return number++; } })())