Skip to content

Instantly share code, notes, and snippets.

@akankshach29
Created October 6, 2024 15:03
Show Gist options
  • Save akankshach29/605804997b40b8b719820df202171b96 to your computer and use it in GitHub Desktop.
Save akankshach29/605804997b40b8b719820df202171b96 to your computer and use it in GitHub Desktop.
A5.11_HW_1
const studentData = [
{ studentName: "John", rollNo: 201, science: 88, history: 75, geography: 90 },
{ studentName: "Alice", rollNo: 202, science: 92, history: 85, geography: 88 },
{ studentName: "Bob", rollNo: 203, science: 78, history: 89, geography: 91 }
];
@Harsh-Vardhan-PAndey
Copy link

thanks

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