Created
October 6, 2024 15:02
-
-
Save akankshach29/c07db03e52f5231bb3812539382ad986 to your computer and use it in GitHub Desktop.
A5.11_CW
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 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