simranpunj18 / Reverse-List-codehs

all the projects I put out today are from and for codehs
1 stars 0 forks source link

Do you have the rest? #1

Open WaltDisneyWorld opened 2 years ago

WaltDisneyWorld commented 2 years ago

Are you able to please send me the rest? I really need it. If so, I would appreciate it a lot.

simranpunj18 commented 2 years ago

Here you go!

function start(){ var arr = [1,2,3,4]; var reversed = reverseList(arr); println(reversed); } function reverseList(arr){ var reverse = []; for(var i = arr.length-1;i>=0;i--){ reverse.push(arr[i]); } return reverse; }

On Sun, Feb 20, 2022 at 3:40 PM RobloServices @.***> wrote:

Are you able to please send me the rest? I really need it. If so, I would appreciate it a lot.

— Reply to this email directly, view it on GitHub https://github.com/simranpunj18/Reverse-List-codehs/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASC26A4X6GRZYRC3FQPQ2DDU4FNU3ANCNFSM5O46PJHA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

simranpunj18 commented 2 years ago

Copy and paste this into codehs for the reverse list program

On Sun, Feb 20, 2022 at 7:43 PM Simran Punj @.***> wrote:

Here you go!

function start(){ var arr = [1,2,3,4]; var reversed = reverseList(arr); println(reversed); } function reverseList(arr){ var reverse = []; for(var i = arr.length-1;i>=0;i--){ reverse.push(arr[i]); } return reverse; }

On Sun, Feb 20, 2022 at 3:40 PM RobloServices @.***> wrote:

Are you able to please send me the rest? I really need it. If so, I would appreciate it a lot.

— Reply to this email directly, view it on GitHub https://github.com/simranpunj18/Reverse-List-codehs/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASC26A4X6GRZYRC3FQPQ2DDU4FNU3ANCNFSM5O46PJHA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

WaltDisneyWorld commented 2 years ago

I mean for the rest of the programs

simranpunj18 commented 2 years ago

Oh ok I will send them just see my GitHub link to see the rest of them github.com/simranpunj18

On Sun, Feb 20, 2022 at 9:18 PM RobloServices @.***> wrote:

I mean for the rest of the programs

— Reply to this email directly, view it on GitHub https://github.com/simranpunj18/Reverse-List-codehs/issues/1#issuecomment-1046432005, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASC26A2BW53SNXR4ITGGTVDU4GVJ7ANCNFSM5O46PJHA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

WaltDisneyWorld commented 2 years ago

That’s not then all…

simranpunj18 commented 2 years ago

What do you mean?

On Mon, Feb 21, 2022 at 11:29 AM RobloServices @.***> wrote:

That’s not then all…

— Reply to this email directly, view it on GitHub https://github.com/simranpunj18/Reverse-List-codehs/issues/1#issuecomment-1047100871, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASC26AY4GBROQOQHS6RJ5MLU4JZAZANCNFSM5O46PJHA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

WaltDisneyWorld commented 2 years ago

The ones that you posted are only a small subsection of the big catagory.

simranpunj18 commented 2 years ago

Wait what are you trying to do? I will only be able to help you accordingly if I know what your trying to do. Are you doing codehs homework? How many programs do you need help with? My GitHub account is to help people with codehs and byjus future school projects

On Mon, Feb 21, 2022 at 5:27 PM RobloServices @.***> wrote:

The ones that you posted are only a small subsection of the big catagory.

— Reply to this email directly, view it on GitHub https://github.com/simranpunj18/Reverse-List-codehs/issues/1#issuecomment-1047296359, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASC26A7RV5FEFXJRZIJ6BFLU4LC4NANCNFSM5O46PJHA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

WaltDisneyWorld commented 2 years ago

I need from what you posted from the data structures lesson from x.7.x until x.15.x

simranpunj18 commented 2 years ago

What numbers are you talking about there are no numbers from this. If you want the programs you have to tell me the names of the programs.

On Tue, Feb 22, 2022 at 5:00 PM RobloServices @.***> wrote:

I need from what you posted from the data structures lesson from x.7.x until x.15.x

— Reply to this email directly, view it on GitHub https://github.com/simranpunj18/Reverse-List-codehs/issues/1#issuecomment-1048292015, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASC26A6QFKARO5BCUWVRQFLU4QIRFANCNFSM5O46PJHA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>