From 2b4e61841c6eb45698d44305c43891330ac21e25 Mon Sep 17 00:00:00 2001 From: odykyi <24225497+odykyi@users.noreply.github.com> Date: Wed, 5 Sep 2018 23:50:17 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 82aec71..3f05da2 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # JavaScript idiosyncrasies +https://odykyi.github.io/javascript-idiosyncrasies/ + This is a collection of things in JavaScript that may not be well recognized, espcially to beginners. Disclaimer: Some of these snippets are simply to demonstrate the *quirky* parts of JavaScript and by no means encourage best practices and should never be seen in production code.