Lab Veintisiete | JavaScript References | Jorge Carty
Visual Representation of Lab 27 |
In this lab, I had to make a copy of an array so I don't have to modify the original array and avoid future problems that might occur with the coding. It makes our lives easier. Basically, we are holding information in a copy of an Array so we can update it safely without having trouble.
This is very important for a Web Designer because they can save a lot of time of troubleshooting while updating information in arrays.
JavaScript of Lab 27 |
Comments
Post a Comment