From 7f950e817bf82ce8a8dc030f7db1ef9daccf5cf1 Mon Sep 17 00:00:00 2001 From: jitu Date: Mon, 23 Oct 2017 16:07:45 -0700 Subject: [PATCH 1/2] added to javafunone --- README.md | 10 +--------- assignment_one.html | 35 +++++++++++++++++++++++++++++++++++ test_assign.html | 39 +++++++++++++++++++++++++++++++++++++++ while_assignment.html | 0 4 files changed, 75 insertions(+), 9 deletions(-) create mode 100644 assignment_one.html create mode 100644 test_assign.html create mode 100644 while_assignment.html diff --git a/README.md b/README.md index aeb16a9..e7e1388 100644 --- a/README.md +++ b/README.md @@ -1,9 +1 @@ -# javaScriptFunOne -Your latest JavaScript assignment. - -1. FORK this repo. This will give you your own remote repo. -2. CLONE your repo into your local machine. This will give you a folder that contains this project. -3. CREATE a folder inside the cloned project named with your name. DO NOT delete anything else that may have been cloned. -4. ADD your code for your latest completed JavaScript assignment. BE CERTAIN there are no nested git repos! -5. PUSH your code to your own remote repo. -6. Send me a PULL REQUEST. +# Java_script diff --git a/assignment_one.html b/assignment_one.html new file mode 100644 index 0000000..ce2986a --- /dev/null +++ b/assignment_one.html @@ -0,0 +1,35 @@ + + + + + + + Java script assingment + + + + + \ No newline at end of file diff --git a/test_assign.html b/test_assign.html new file mode 100644 index 0000000..3a4c3ad --- /dev/null +++ b/test_assign.html @@ -0,0 +1,39 @@ + + + + + + + Time Assignment + + + + + + \ No newline at end of file diff --git a/while_assignment.html b/while_assignment.html new file mode 100644 index 0000000..e69de29 From 2bd384f8e6372e7fbbde709dc842680eeb52f668 Mon Sep 17 00:00:00 2001 From: jitu Date: Tue, 24 Oct 2017 16:34:08 -0700 Subject: [PATCH 2/2] added under one folder --- README.md => jitu_javafunone/README.md | 0 assignment_one.html => jitu_javafunone/assignment_one.html | 0 test_assign.html => jitu_javafunone/test_assign.html | 0 while_assignment.html => jitu_javafunone/while_assignment.html | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename README.md => jitu_javafunone/README.md (100%) rename assignment_one.html => jitu_javafunone/assignment_one.html (100%) rename test_assign.html => jitu_javafunone/test_assign.html (100%) rename while_assignment.html => jitu_javafunone/while_assignment.html (100%) diff --git a/README.md b/jitu_javafunone/README.md similarity index 100% rename from README.md rename to jitu_javafunone/README.md diff --git a/assignment_one.html b/jitu_javafunone/assignment_one.html similarity index 100% rename from assignment_one.html rename to jitu_javafunone/assignment_one.html diff --git a/test_assign.html b/jitu_javafunone/test_assign.html similarity index 100% rename from test_assign.html rename to jitu_javafunone/test_assign.html diff --git a/while_assignment.html b/jitu_javafunone/while_assignment.html similarity index 100% rename from while_assignment.html rename to jitu_javafunone/while_assignment.html