krutivaspradhan / cuddly-telegram-star-wars-app

Star Wars Movie Ranking List
https://krutivaspradhan.github.io/cuddly-telegram-star-wars-app/
GNU General Public License v3.0
0 stars 0 forks source link

Code for array #4

Closed krutivaspradhan closed 2 months ago

krutivaspradhan commented 2 months ago

This code uses an array called additionalMovies to store a list of Star Wars movie titles. When the user clicks a button, the script randomly selects a movie from this array, adds it to the webpage, and then removes it from the array. This process ensures each movie is only added once. The array's length is checked before each action, allowing the button to be disabled when all movies have been added. This implementation demonstrates basic array operations including initialization, accessing elements, removing elements, and checking the array's length.

krutivaspradhan commented 2 months ago

Issue Resolved