From b70563b109b0b70942590adc069bce737fd47754 Mon Sep 17 00:00:00 2001 From: Gabin Date: Sun, 9 Aug 2015 15:34:37 +0200 Subject: [PATCH] add Logical Or Not --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da349a7..b299429 100644 --- a/README.md +++ b/README.md @@ -676,6 +676,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection * [picturefill](https://github.com/scottjehl/picturefill) - A responsive image polyfill for , srcset, sizes * [platform.js](https://github.com/bestiejs/platform.js) - A platform detection library that works on nearly all JavaScript platforms. * [json3](https://github.com/bestiejs/json3) - A modern JSON implementation compatible with nearly all JavaScript platforms. +* [Logical Or Not](http://gabinaureche.com/logicalornot/) - A game about JavaScript specificities. # Worth Reading * [braziljs/js-the-right-way](https://github.com/braziljs/js-the-right-way/)