Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 928 Bytes

LINKS.md

File metadata and controls

18 lines (13 loc) · 928 Bytes

Useful links

Here you will find links to some interesting sites about javascript

DomStorage

DomStorage is a small javascript library that helps you cache jquery objects to avoid dealing with the dome every time you want to do something. Github page

Lockr.js

Lockr.js is a wrapper for the localStorage API. Github page

bootbox.js

Wrappers for JavaScript alert(), confirm() and other flexible dialogs using Twitter's bootstrap framework. Github Page

IIFE

Here is a site talking about an important feature of JavaScript. IIFE

ES6 spread operator

An MDN link talking about the new spread operator