News

This repository contains a project created as part of an assignment during my learning journey. The project focuses on the use of arrays and loops in JavaScript, demonstrating various techniques and ...
Hello reader's in this blog we are going to discuss about looping, by using array we repeat the names inside a loop. Using loop is easy to access all the elements of an array. By using a for loop, it ...
In the previous section, the wrapGifts () function allowed us to take any array of gifts and loop over them, logging our own message. Let's practice that with a slightly different idea.