issues
search
Logicify
/
chrome-research-plugin
Chrome plugin for internet researchers. Provides support for smart history, snapshots, etc.
1
stars
0
forks
source link
Render bookmark objects from the local storage
#8
Closed
lexaux
closed
11 years ago
lexaux
commented
11 years ago
Task is to:
Prepare test data. Save 10 objects to the local storage (as an array). Made only once.
Load these objects to an alive array with
JSON.parse()
.
Render a list of these object in HTML. One could use the jquery if needed.
Task is to:
JSON.parse()
.