Card image cap

Honu Task List App

Honu is Hawaiian for sea turtle, a symbol for Wisdom & Good Luck


Concepts

WEB STORAGE

With web storage, web applications can store data locally within the user's browser.

Before HTML5, application data had to be stored in cookies, included in every server request. Web storage is more secure, and large amounts of data can be stored locally, without affecting website performance.

Read more...
JS OBJECTS

Objects in JavaScript, just as in many other programming languages, can be compared to objects in real life. The concept of objects in JavaScript can be understood with real life, tangible objects.

In JavaScript, an object is a standalone entity with properties which define their characteristics.

Read more...