var personalInfo = {
"name": "Belphy Baby",
"role": "student",
"contacts": {
"mobile": "9567166100",
"email": "<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="3654535a465e4f070076515b575f5a1855595b">[email protected]</a>",
"github": "belphy16",
"location": "kottayam"
},
"welcome message": "and miles to go before i sleep",
"skills": ["leadership", "enthusiastic", "learning"],
"bioPic": "images/fry.jpg"
}
$("#main").append(personalInfo);
Error Encountered:
An error occurred while parsing the code at line 1: var bio = { "name": ^ Expected 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got 'undefined'