From 717e9e670e74f2db8ad9b83b7713e7c23fe96be9 Mon Sep 17 00:00:00 2001 From: Mahnoor Afteb Date: Sun, 28 Feb 2021 21:04:42 -0500 Subject: [PATCH] added wk 6 --- week-6/.DS_Store | Bin 0 -> 8196 bytes week-6/mdn-object-oriented-js/index.html | 31 ++++++++++++++++++ week-6/reversing-an-array/index.html | 37 +++++++++++++++++++++ week-6/sum-of-a-range/index.html | 39 +++++++++++++++++++++++ 4 files changed, 107 insertions(+) create mode 100644 week-6/.DS_Store create mode 100644 week-6/mdn-object-oriented-js/index.html create mode 100644 week-6/reversing-an-array/index.html create mode 100644 week-6/sum-of-a-range/index.html diff --git a/week-6/.DS_Store b/week-6/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..cafe3477b1dfedc3114b65b56e348756124c9f32 GIT binary patch literal 8196 zcmeHMO>fgM7=FDLNQ;09jnQKca6zloYSYFvp_Nh&yCDU^0nnB-p$$snDoIz3QdEg6 ze*iArk+^W@!i`_RFX0TYKghba3#ld{=xoV;9LJAcKY42RO#y&3dUg$<3;-HthNX*G z%t-7$%TsAdwp>Fb$OoWc!3%Jp1@TmG)u0qm3Md7X0!jg;z`vjXp4lvEC!G7@t}2xR zN`W(}0NWpQ%na)iM*{iQfdvl%5cAl~6V@>f;2d3IUE)X}r{b6*dLWWYWQaio9q;R` zJ7QhpNT8qt5p*DOW+EdL!e>XG&btGt3sj|2Kq)Y-0E^vMzy})ws2q#m*;NQGM)Lti z^A7f?U~C`ldbDME)IuJ9)yNLw&QG5B;B$>-^`ovF>zmc}+$gSAzmuh0{@nQsnpV_` zmx|Af4(%JU8TX=w89rfG56rk@$@)V|y`*khk6fp}S6aSDgV=NfC*)+;cCgFS$8KQL zeuMS`JL2OQ;)bRbw8CDgJQ!?jR#)})_1bV%A8hja+Qx8L(5~OC-Pzsu4_^*m4PU?G z%LF3#A-E#0lkz>*<`Thc*NhhRyU7T1@_pKDN)fe>Z>wvce|)_=?`QC-ed;l~ozt!3 zzz74625tQ8OxvqyJ_imkhY+C+18AcGO>R>Y+d`}#9ycR=Lf-b688eNss3y#`_!;KQ z#2Yu=O76=oX}XNuBeTuRonf*}b55A+GFqyKyB^!)o^xAOxS^QIoC#BHqp7yWOqI%A zR5PV6dWMNo`;VLF_L~nkq + + + + + + MDN Object Tutorial + + + + + + diff --git a/week-6/reversing-an-array/index.html b/week-6/reversing-an-array/index.html new file mode 100644 index 0000000..9a6f28b --- /dev/null +++ b/week-6/reversing-an-array/index.html @@ -0,0 +1,37 @@ + + + + + + + Reversing An Array + + + + + + \ No newline at end of file diff --git a/week-6/sum-of-a-range/index.html b/week-6/sum-of-a-range/index.html new file mode 100644 index 0000000..6fa8b9c --- /dev/null +++ b/week-6/sum-of-a-range/index.html @@ -0,0 +1,39 @@ + + + + + + + Sum of a Range + + + + + + \ No newline at end of file