Created
October 2, 2024 16:56
-
-
Save prof3ssorSt3v3/c0fb61053f1166e28793015180ce46fd to your computer and use it in GitHub Desktop.
Data file about the Scooby Doo main characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const characters = [ | |
{ | |
name: 'Scooby-Doo', | |
role: 'Dog', | |
personality: 'Cowardly but brave when it matters', | |
uuid: '550e8400-e29b-41d4-a716-446655440000', | |
}, | |
{ | |
name: 'Shaggy Rogers', | |
role: 'Best Friend of Scooby-Doo', | |
personality: 'Laid-back, hungry, and easily scared', | |
uuid: '550e8400-e29b-41d4-a716-446655440001', | |
}, | |
{ | |
name: 'Fred Jones', | |
role: 'Leader', | |
personality: 'Brave, strategic, and loves traps', | |
uuid: '550e8400-e29b-41d4-a716-446655440002', | |
}, | |
{ | |
name: 'Daphne Blake', | |
role: 'Fashionable Sleuth', | |
personality: 'Curious, stylish, and resourceful', | |
uuid: '550e8400-e29b-41d4-a716-446655440003', | |
}, | |
{ | |
name: 'Velma Dinkley', | |
role: 'Brains of the Group', | |
personality: 'Smart, logical, and investigative', | |
uuid: '550e8400-e29b-41d4-a716-446655440004', | |
}, | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment