From a2040f2d7fe2edb63463cace5844d424e7356162 Mon Sep 17 00:00:00 2001 From: changicho Date: Sat, 13 Jun 2020 18:53:37 +0900 Subject: [PATCH] Feat: Add 15 - LocalStorage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ?: LocalStorage는 Map 과 유사한 객체 읽기 전용 localStorage속성은 사용자 로컬의 Storage객체에 접근가능 모든 key와 value는 항상 string으로 저장 따라서 JSON.stringify 등이 필요함 --- 15 - LocalStorage/changi.html | 112 ++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 15 - LocalStorage/changi.html diff --git a/15 - LocalStorage/changi.html b/15 - LocalStorage/changi.html new file mode 100644 index 0000000..413ac7d --- /dev/null +++ b/15 - LocalStorage/changi.html @@ -0,0 +1,112 @@ + + + + + LocalStorage + + + + + + + + + + + + + + + + +
+

LOCAL TAPAS

+

+ +
+ + +
+
+ + + +