Let's break it down π₯ shift() removes the first element and returns the removed element. push() adds the elements at the end of the array and returns the new length of the array const roles = ["DevOps", "Front-End", "Back-End", "Designer"]; π ...
blog.codewithshan.com1 min read
No responses yet.