Checklist progress
0/168Learned
JavaScript Developer
Study Checklist
Checklist progress
0/168Learned
Given a scenario, write code to create variables and initialize them correctly.
0/8
Given a business requirement, utilize strings, numbers, and dates effectively.
0/11
Given a scenario or example, demonstrate awareness of type coercion and its effects.
0/7
Given a specific scenario, distinguish truthy or falsey evaluations.
0/4
Given a list of data, demonstrate data manipulation with arrays.
0/8
Given a JSON response, demonstrate how to operate the JSON object.
0/4
JSON.parse() to convert a JSON string into a JavaScript object
Learn this conceptAccessing nested properties of a parsed JSON object using dot and bracket notation
Learn this conceptPrepare for the Exam
Study Community
Ask questions and get the latest info from other JavaScript Developer studiers. 593 members and growing.
JSON.stringify() converts a JavaScript value to a JSON string, but the JSON format has no representation for undefined, functions, or Symbols. When these values appear as object property values they are silently dropped from the output; when they appear as array elements they are replaced with null to preserve array length.