From 9e07bbbda83cde2fc50915beb1b58bf28278ad65 Mon Sep 17 00:00:00 2001 From: Hanna Lee Date: Sun, 12 Nov 2017 22:06:58 -0500 Subject: [PATCH] string object lesson07 create --- lesson07/basicPrototype.html | 31 +++++++++++++++++++ lesson07/basicStringObject.html | 38 +++++++++++++++++++++++ lesson07/example3a-pgc.html | 54 +++++++++++++++++++++++++++++++++ lesson07/example3b-pgc.html | 19 ++++++++++++ lesson07/example4-pgc.html | 37 ++++++++++++++++++++++ lesson07/example5-pgc.html | 25 +++++++++++++++ 6 files changed, 204 insertions(+) create mode 100644 lesson07/basicPrototype.html create mode 100644 lesson07/basicStringObject.html create mode 100644 lesson07/example3a-pgc.html create mode 100644 lesson07/example3b-pgc.html create mode 100644 lesson07/example4-pgc.html create mode 100644 lesson07/example5-pgc.html diff --git a/lesson07/basicPrototype.html b/lesson07/basicPrototype.html new file mode 100644 index 0000000..5fb5ee4 --- /dev/null +++ b/lesson07/basicPrototype.html @@ -0,0 +1,31 @@ + + + + + String Object + + + +

CIW JavaScript Specialist

+

String Object

+ + + \ No newline at end of file diff --git a/lesson07/basicStringObject.html b/lesson07/basicStringObject.html new file mode 100644 index 0000000..0526f2c --- /dev/null +++ b/lesson07/basicStringObject.html @@ -0,0 +1,38 @@ + + + + + String Object + + + +

CIW JavaScript Specialist

+

String Object

+ + + \ No newline at end of file diff --git a/lesson07/example3a-pgc.html b/lesson07/example3a-pgc.html new file mode 100644 index 0000000..3ee08fa --- /dev/null +++ b/lesson07/example3a-pgc.html @@ -0,0 +1,54 @@ + + + + + Arrays + + +

CIW JavaScript Specialist

+

Arrays

+ + + \ No newline at end of file diff --git a/lesson07/example3b-pgc.html b/lesson07/example3b-pgc.html new file mode 100644 index 0000000..67b9efb --- /dev/null +++ b/lesson07/example3b-pgc.html @@ -0,0 +1,19 @@ + + + + + Array map() Method + + +

CIW JavaScript Specialist

+

Array map() Method

+ + + \ No newline at end of file diff --git a/lesson07/example4-pgc.html b/lesson07/example4-pgc.html new file mode 100644 index 0000000..e9e0322 --- /dev/null +++ b/lesson07/example4-pgc.html @@ -0,0 +1,37 @@ + + + + + Date Object + + +

CIW JavaScript Specialist

+

Date Object

+ + + \ No newline at end of file diff --git a/lesson07/example5-pgc.html b/lesson07/example5-pgc.html new file mode 100644 index 0000000..5cff053 --- /dev/null +++ b/lesson07/example5-pgc.html @@ -0,0 +1,25 @@ + + + + + Timer + + + +

CIW JavaScript Specialist

+

Timer

+
+ +
+ + \ No newline at end of file