Skip to content

sandysanthosh/JS-Issue-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSIssueTracker

JS Issue Tracker application

->This application contains basics -> Javascript -> Bootstrap -> ChanceJS

->ChanceJS: Random code generator

->Json local storage:

var names=["santhosh","ranjith","yogi","rahul"];

->Local storage set key and value pair:

  localstorage.setItem("belgian",Json.stringify(names));

->To retrieve we need to pass only key value:

  var movies=localstorage.getItem("belgian");

website link:

https://sandysanthosh.github.io/JS-Issue-Tracker/