Gallery
Array Challenge 1.3. Thumbs or Down
Share
Explore
Array Challenge 1.3. Thumbs or Down

icon picker
The Task

Activity: Array Challenge: 1.3 Thumbs Up/Down 🐞

Start Here

Use the thumb reactions (thumbs up: true, thumbs down: false) in the test data box below. Create appropriate array for storing the test data and display all elements of the array.
Explore the data in the test data box below and decide what type of data is going to be stored.
Create and populate appropriate array using the values in the test data box.
Refer to the code clips below to help you.
Display all elements of the array.
Test Data
# Thumbs Up or Down data

True, True, True, True, False, False, True, False
Good luck! 🍀

Sample output

True
True
True
True
False
False
True
False
Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.