From 1bab935fe5a6dfdcfedd2af7695f7581beb7eba4 Mon Sep 17 00:00:00 2001 From: Joel Lovera Date: Thu, 19 Jan 2017 13:29:42 -0300 Subject: [PATCH] add tip to index --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36c095f1..4a0319cb 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ There are a lot of ways to get updates, choose your own # Tips list +- 61 - [Binding objects to functions](https://github.com/loverajoel/jstips/blob/gh-pages/_posts/en/2017-01-19-binding-objects-to-functions.md) - 60 - [Three useful hacks](https://github.com/loverajoel/jstips/blob/gh-pages/_posts/en/2016-10-28-three-useful-hacks.md) - 59 - [ES6, var vs let](https://github.com/loverajoel/jstips/blob/gh-pages/_posts/en/2016-08-25-keyword-var-vs-let.md) - 58 - [Breaking or continuing loop in functional programming](https://github.com/loverajoel/jstips/blob/gh-pages/_posts/en/2016-08-17-break-continue-loop-functional.md)