Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JavaScript Deep Clone Array file (javascript/deep_clone_array.js) #393

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

maklad42
Copy link

Please describe your program and how to run it.

Add a single line for deep cloning an array.
The current copy_array.js will only provide a reference copy resulting in modifications to the new array also being reflected to the original.


What Programming Language?

JavaScript

@wzhouwzhou wzhouwzhou added this to In progress in Hacktoberfest 2019 via automation Oct 12, 2019
@wzhouwzhou wzhouwzhou added hacktoberfest-accepted Hacktoberfest! Lang: Javascript Contributions made in Javascript labels Oct 12, 2019
Copy link
Owner

@wzhouwzhou wzhouwzhou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha this is so horrible and "hacky"

Hacktoberfest 2019 automation moved this from In progress to Reviewer approved Oct 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Hacktoberfest! Lang: Javascript Contributions made in Javascript
Projects
Hacktoberfest 2019
  
Reviewer approved
Development

Successfully merging this pull request may close these issues.

None yet

2 participants