Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplymichael/js-deep-clone
A Browser-based implementation and tests for a deep clone JavaScript function
https://github.com/simplymichael/js-deep-clone
clone deep-clone deep-clone-objects objects
Last synced: 27 days ago
JSON representation
A Browser-based implementation and tests for a deep clone JavaScript function
- Host: GitHub
- URL: https://github.com/simplymichael/js-deep-clone
- Owner: simplymichael
- Created: 2022-11-28T09:10:43.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T09:11:14.000Z (about 2 years ago)
- Last Synced: 2024-11-07T23:47:01.602Z (3 months ago)
- Topics: clone, deep-clone, deep-clone-objects, objects
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Clone
A Browser-based implementation and tests for a deep clone JavaScript function## Testing
- Ensure you have an active wifi/internet connection (required to load the *chai* and *mocha* testing frameworks)
- Open the `index.html` file in your browser
- Click on the **Run tests** button to run and view the test results
- Click on a test result to toggle details about the result