In the context of this code, how would you describe user?const user = { given_name: 'Joe', family_name: 'Bloggs', age: 40,}

🎲 Try a Random Question  |  Total Questions in Quiz: 69  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Front-end Development Quiz — practice the complete quiz, review flashcards, or try a random question.

Front-end development MCQs For LinkedIn Skill Assessments.

Front-end development means using HTML, CSS and JavaScript to create a website or Web Application.


In the context of this code, how would you describe user?<br><br>const user = {<br> given_name: 'Joe',<br> family_name: 'Bloggs',<br> age: 40,<br>}<br>