Skip to content

Instantly share code, notes, and snippets.

@akankshach29
Created October 6, 2024 15:02
Show Gist options
  • Save akankshach29/c07db03e52f5231bb3812539382ad986 to your computer and use it in GitHub Desktop.
Save akankshach29/c07db03e52f5231bb3812539382ad986 to your computer and use it in GitHub Desktop.
A5.11_CW
const studentData = [
{ name: "Anu", rollNo: 101, hindi: 80, english: 75, maths: 90 },
{ name: "Priya", rollNo: 102, hindi: 85, english: 70, maths: 95 },
{ name: "Ravi", rollNo: 103, hindi: 78, english: 92, maths: 87 }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment