1This test case verifies that local storage only stores strings. 2Length is 0 3Testing implicit setters 4Type/value for null is string/null 5Type/value for 0 is string/0 6Type/value for function(){} is string/function () {} 7Testing explicit setters 8Type/value for null is string/null 9Type/value for 0 is string/0 10Type/value for function(){} is string/function () {} 11Testing index setters 12Type/value for null is string/null 13Type/value for 0 is string/0 14Type/value for function(){} is string/function () {} 15 16