From 4471b78ba044a213840b04b94d0ffbda56d1ada3 Mon Sep 17 00:00:00 2001 From: Richard Igbiriki Date: Sat, 1 Jun 2019 00:10:03 +0100 Subject: [PATCH 1/3] Vanilla js answers 1-4 --- answers/JS/@imoris11/four.html | 56 +++++++++++++++++++++++++++++++++ answers/JS/@imoris11/one.html | 39 +++++++++++++++++++++++ answers/JS/@imoris11/three.html | 35 +++++++++++++++++++++ answers/JS/@imoris11/two.html | 44 ++++++++++++++++++++++++++ 4 files changed, 174 insertions(+) create mode 100644 answers/JS/@imoris11/four.html create mode 100644 answers/JS/@imoris11/one.html create mode 100644 answers/JS/@imoris11/three.html create mode 100644 answers/JS/@imoris11/two.html diff --git a/answers/JS/@imoris11/four.html b/answers/JS/@imoris11/four.html new file mode 100644 index 0000000..181b4ec --- /dev/null +++ b/answers/JS/@imoris11/four.html @@ -0,0 +1,56 @@ + + + + +
+ +

+

+ + + + diff --git a/answers/JS/@imoris11/one.html b/answers/JS/@imoris11/one.html new file mode 100644 index 0000000..e75630b --- /dev/null +++ b/answers/JS/@imoris11/one.html @@ -0,0 +1,39 @@ + + + + + +

+ + + + diff --git a/answers/JS/@imoris11/three.html b/answers/JS/@imoris11/three.html new file mode 100644 index 0000000..b9b2ee8 --- /dev/null +++ b/answers/JS/@imoris11/three.html @@ -0,0 +1,35 @@ + + + + +
+ +

+ + + + diff --git a/answers/JS/@imoris11/two.html b/answers/JS/@imoris11/two.html new file mode 100644 index 0000000..4a6b542 --- /dev/null +++ b/answers/JS/@imoris11/two.html @@ -0,0 +1,44 @@ + + + + + You win if all numbers generated are even. +
+ +

+

+ + + + From 67d3e20d4578737c24ab047634b37000ee4b905d Mon Sep 17 00:00:00 2001 From: Richard Igbiriki Date: Sun, 2 Jun 2019 12:21:15 +0100 Subject: [PATCH 2/3] Solve 5,6, 9 and 10 --- answers/JS/@imoris11/five.html | 72 ++++++++++++++++++++++++++++++++++ answers/JS/@imoris11/nine.html | 36 +++++++++++++++++ answers/JS/@imoris11/six.html | 39 ++++++++++++++++++ answers/JS/@imoris11/ten.html | 69 ++++++++++++++++++++++++++++++++ 4 files changed, 216 insertions(+) create mode 100644 answers/JS/@imoris11/five.html create mode 100644 answers/JS/@imoris11/nine.html create mode 100644 answers/JS/@imoris11/six.html create mode 100644 answers/JS/@imoris11/ten.html diff --git a/answers/JS/@imoris11/five.html b/answers/JS/@imoris11/five.html new file mode 100644 index 0000000..6144d61 --- /dev/null +++ b/answers/JS/@imoris11/five.html @@ -0,0 +1,72 @@ + + + + +
+ +

1. Celcius to Fahreinheit

+

2. Fahrenheit to Celcius

+

3. Celcius to Kelvin

+

4. Kelvin to Celcius

+

5. Fahrenheit to Kelvin

+

6. Kelvin to Fahrenheit

+ + +

+ + + + diff --git a/answers/JS/@imoris11/nine.html b/answers/JS/@imoris11/nine.html new file mode 100644 index 0000000..e6faa4e --- /dev/null +++ b/answers/JS/@imoris11/nine.html @@ -0,0 +1,36 @@ + + + + + +

+ + + + diff --git a/answers/JS/@imoris11/six.html b/answers/JS/@imoris11/six.html new file mode 100644 index 0000000..d19eac1 --- /dev/null +++ b/answers/JS/@imoris11/six.html @@ -0,0 +1,39 @@ + + + + + +
+ + + diff --git a/answers/JS/@imoris11/ten.html b/answers/JS/@imoris11/ten.html new file mode 100644 index 0000000..819297b --- /dev/null +++ b/answers/JS/@imoris11/ten.html @@ -0,0 +1,69 @@ + + + + + +

+ + + + From 2d2d76723205d1ca1c40c8c5bbecd45aadbd07a8 Mon Sep 17 00:00:00 2001 From: Richard Igbiriki Date: Sun, 2 Jun 2019 15:13:46 +0100 Subject: [PATCH 3/3] fix naming, add new answers --- answers/JS/.DS_Store | Bin 0 -> 6148 bytes answers/JS/@imoris11/.DS_Store | Bin 0 -> 8196 bytes .../{one.html => 01-name-concatenation.html} | 0 .../@imoris11/{two.html => 02-lottery.html} | 0 .../{three.html => 03-word-reverse.html} | 0 .../{four.html => 04-type-in-reverse.html} | 0 ...l => 05-temperature-unit-converstion.html} | 0 ...{six.html => 06-multiplication-table.html} | 0 ...{nine.html => 09-rgb-color-generator.html} | 0 .../{ten.html => 10-hex-color-generator.html} | 0 .../JS/@imoris11/12-salary-classifier.html | 40 +++++++ answers/JS/@imoris11/13-tax-classifier.html | 38 +++++++ answers/JS/@imoris11/14-number-in-words.html | 0 .../15-compound-interest-calculator.html | 36 +++++++ .../JS/@imoris11/16-convert-to-decimal.html | 0 .../17-convert-decimal-to-base-n.html | 0 .../@imoris11/18-simple-cgpa-calculator.html | 0 .../JS/@imoris11/19-attendancce-register.html | 0 answers/JS/@imoris11/20-love-calculator.html | 102 ++++++++++++++++++ 19 files changed, 216 insertions(+) create mode 100644 answers/JS/.DS_Store create mode 100644 answers/JS/@imoris11/.DS_Store rename answers/JS/@imoris11/{one.html => 01-name-concatenation.html} (100%) rename answers/JS/@imoris11/{two.html => 02-lottery.html} (100%) rename answers/JS/@imoris11/{three.html => 03-word-reverse.html} (100%) rename answers/JS/@imoris11/{four.html => 04-type-in-reverse.html} (100%) rename answers/JS/@imoris11/{five.html => 05-temperature-unit-converstion.html} (100%) rename answers/JS/@imoris11/{six.html => 06-multiplication-table.html} (100%) rename answers/JS/@imoris11/{nine.html => 09-rgb-color-generator.html} (100%) rename answers/JS/@imoris11/{ten.html => 10-hex-color-generator.html} (100%) create mode 100644 answers/JS/@imoris11/12-salary-classifier.html create mode 100644 answers/JS/@imoris11/13-tax-classifier.html create mode 100644 answers/JS/@imoris11/14-number-in-words.html create mode 100644 answers/JS/@imoris11/15-compound-interest-calculator.html create mode 100644 answers/JS/@imoris11/16-convert-to-decimal.html create mode 100644 answers/JS/@imoris11/17-convert-decimal-to-base-n.html create mode 100644 answers/JS/@imoris11/18-simple-cgpa-calculator.html create mode 100644 answers/JS/@imoris11/19-attendancce-register.html create mode 100644 answers/JS/@imoris11/20-love-calculator.html diff --git a/answers/JS/.DS_Store b/answers/JS/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..0a8aa50c29b27f0ea5a11102f876ee7ce6c3a9cc GIT binary patch literal 6148 zcmeHKO>Pr06n-xakhGLe(xwyv(ui!3%A#2ymJFc?1&|Vw3MFc3$&V98Ozbc-Nhzzj z1qa{&+yKD^xB?3mke2Aa~CBHipZ4H(I%fSD}fLyy-@Mzr*LBOf?I~jEX(V>O?u`>$% zDBjxo>NuEMNS`}@A(LHPy10C4#mVJYb8ERmVg2$(;Y$AMwF76h)9$_+gksEl_eCJW zaxi8G&Pw!B99Fu5*FrY&*8d1#Ji9x;eVaOQY9fW?b z+V4j!Zl2OxvRXG3K~NKsANzv0_Ehzl4J*7asG|IW>PWhxXDo~eXL6dYb{Mw#fR&G) z2kj0Es=O@XSPYv!jY598D%lvdyFMQj?|#?wnk{-awdO$ac&dwD{gcu&4(@Ql8Aa8! zv*gZJ z_FpB}4I026DQC>@q!IE!@Bw*`Gp7^n)BH1FW5TA~!v8Xe18_>Qq9Visp)eI-TsUiSrC58g)9Ls!Z=OmC@W# zP*o?ptHJ?2jkdQ8SO%sUSkRA-JpUj3`TjqhWS=YpmVvoq0Mpxz?J^C?oUJp1lV`0< u?FBU{GA_}mQm8Y>u~Otwyg^L~`CO?GdIl4XWFfIX0*VIPSqA)w1X2DYE>TquoOuC~G=xZwgOU{5TQ0lTb0=tF`Bw@i(*UjB93L_h5g=Y{Sgf>5{i@Fr3hIU45lpD^_kJ z1Nvqi8(H64*0b@--Dx2)kQhh|BnA=#iGj<&0Pk$I^_us7yqdoXft)93csJ~JO# z_C6c;y4kpkzP8+3`lH|8n3>%K^C_4aS~EwP*ioH!Xe?>pLHiln-_V}eKC=mae5Frp z%2?;c&n27&IM30ZVfzbuEuJDjFIxD%gtiUZ3rFk2fbb^H%z=B?vIDS(*oxmj@?(F` z;4b`Hva^Mqm!OP5%)lFBD`SlDh;h&}b*#&JJsXP2k5WwTgZsvxet>55Qt_EEAApk| zKati>ugJe?$93R|IPO^yrll?}DhD z5^vGZ^J6JOWvm8R%B!3Rjo?y#EOKj+v(q}yv{%ATeSm~ z{ZnSTM||`=Gqfwuh*ZVSCU%rpva`reVG5 + + + +

+ + + + diff --git a/answers/JS/@imoris11/13-tax-classifier.html b/answers/JS/@imoris11/13-tax-classifier.html new file mode 100644 index 0000000..1c8bbf2 --- /dev/null +++ b/answers/JS/@imoris11/13-tax-classifier.html @@ -0,0 +1,38 @@ + + + + +

+ + + + diff --git a/answers/JS/@imoris11/14-number-in-words.html b/answers/JS/@imoris11/14-number-in-words.html new file mode 100644 index 0000000..e69de29 diff --git a/answers/JS/@imoris11/15-compound-interest-calculator.html b/answers/JS/@imoris11/15-compound-interest-calculator.html new file mode 100644 index 0000000..15269f7 --- /dev/null +++ b/answers/JS/@imoris11/15-compound-interest-calculator.html @@ -0,0 +1,36 @@ + + + + +

+ + + + diff --git a/answers/JS/@imoris11/16-convert-to-decimal.html b/answers/JS/@imoris11/16-convert-to-decimal.html new file mode 100644 index 0000000..e69de29 diff --git a/answers/JS/@imoris11/17-convert-decimal-to-base-n.html b/answers/JS/@imoris11/17-convert-decimal-to-base-n.html new file mode 100644 index 0000000..e69de29 diff --git a/answers/JS/@imoris11/18-simple-cgpa-calculator.html b/answers/JS/@imoris11/18-simple-cgpa-calculator.html new file mode 100644 index 0000000..e69de29 diff --git a/answers/JS/@imoris11/19-attendancce-register.html b/answers/JS/@imoris11/19-attendancce-register.html new file mode 100644 index 0000000..e69de29 diff --git a/answers/JS/@imoris11/20-love-calculator.html b/answers/JS/@imoris11/20-love-calculator.html new file mode 100644 index 0000000..fd43105 --- /dev/null +++ b/answers/JS/@imoris11/20-love-calculator.html @@ -0,0 +1,102 @@ + + + + +

+ + + +