Skip to content

Instantly share code, notes, and snippets.

@RinatValiullov
Last active February 28, 2019 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RinatValiullov/bf4890f96ca95191a6302d37f42e18a7 to your computer and use it in GitHub Desktop.
Save RinatValiullov/bf4890f96ca95191a6302d37f42e18a7 to your computer and use it in GitHub Desktop.
My Custom Snippets
{
    "Array Method": {
        "prefix": "arrm",
        "body": [
            "${1|forEach,map,reduce,filter,some,every,find,flat|}((${2:element}, ${3:index}) => {",
            "\t$4",
            "})",
            ""
        ],
        "description": "Array Method"
    }
}
@RinatValiullov
Copy link
Author

arrm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment