add Logical Or Not

This commit is contained in:
Gabin 2015-08-09 15:34:37 +02:00
parent 0a48e08637
commit b70563b109

View File

@ -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 <picture>, 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/)