Different Exercises are inside an array like this:
const EXERCISE_DB = [
{ id: 'bicep_curl', name: 'Bicep Curl', zone: 'Arms' },
{ id: 'shoulder_press', name: 'Shoulder Press', zone: 'Shoulders' },
{ id: 'lat_raise', name: 'Lateral Raise', zone: 'Shoulders' },
{ id: 'squat', name: 'Air Squat', zone: 'Legs' },
];
Different Exercises are inside an array like this:
const EXERCISE_DB = [
{ id: 'bicep_curl', name: 'Bicep Curl', zone: 'Arms' },
{ id: 'shoulder_press', name: 'Shoulder Press', zone: 'Shoulders' },
{ id: 'lat_raise', name: 'Lateral Raise', zone: 'Shoulders' },
{ id: 'squat', name: 'Air Squat', zone: 'Legs' },
];