Skip to content

Instantly share code, notes, and snippets.

@akankshach29
Last active February 19, 2025 07:19
Show Gist options
  • Save akankshach29/4da1cb8eb64ecb0fd8ae391a5faa096a to your computer and use it in GitHub Desktop.
Save akankshach29/4da1cb8eb64ecb0fd8ae391a5faa096a to your computer and use it in GitHub Desktop.
A5.12_HW_1
const studentsData = [
{ name: "Sarah", rollNo: 201, chemistry: 88, homeScience: 78, commerce: 92, physicalEducation: 90, moralScience: 85, totalMarks: 433, avgMarks: 86.6 },
{ name: "Michael", rollNo: 202, chemistry: 75, homeScience: 90, commerce: 85, physicalEducation: 94, moralScience: 88, totalMarks: 432, avgMarks: 86.4 },
{ name: "Emily", rollNo: 203, chemistry: 82, homeScience: 95, commerce: 88, physicalEducation: 92, moralScience: 90, totalMarks: 447, avgMarks: 89.4 },
{ name: "David", rollNo: 204, chemistry: 95, homeScience: 96, commerce: 94, physicalEducation: 99, moralScience: 99, totalMarks: 483, avgMarks: 96.6 },
{ name: "Olivia", rollNo: 205, chemistry: 85, homeScience: 92, commerce: 89, physicalEducation: 91, moralScience: 86, totalMarks: 443, avgMarks: 88.6 }
];
@Harsh-Vardhan-PAndey
Copy link

thanks mam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment