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.