How to print an object on screen using jquery ?
here is something from my code
var data = [
{
index: 123123,
name: "Nikola Nikolovski",
grades: [
{
course: "Calculus",
grade: 10
},
{
course: "OOP",
grade: 9
},
{
course: "Interactive Applications",
grade: 10
},
],
edit: false
},
how to print this , did anybody know