© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Chris Bongers
Looking to get into development? As a full-stack developer I guide you on this journey and give you bite sized tips every single day 👊
You can also use the three dot method
const arr = [0,2,3,4,5]; const arrCopy2 = [...arr]; console.log(arrCopy2);