Skip to content

Instantly share code, notes, and snippets.

@McLarenCollege
Last active October 18, 2021 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save McLarenCollege/270d5c8b5e4885f7ac8848acf977ea5b to your computer and use it in GitHub Desktop.
Save McLarenCollege/270d5c8b5e4885f7ac8848acf977ea5b to your computer and use it in GitHub Desktop.
Exercise : User Object Diagram
  • Draw the object diagram for the given array
let userA = [
  22,
  false,
  "vivek",
  "India",
  ["Hiking", "Fishing", "Reading"],
  [
    [72, 60],
    [88, 20],
    [50, 36],
  ],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment