Checklist progress
0/168Learned
JavaScript Developer
Study Checklist
Checklist progress
0/168Learned
Given a business requirement, locate the best function implementation.
0/8
Given a business requirement, apply fundamentals of object implementation to solve the business requirement.
0/12
Object literal syntax: shorthand property names, computed property names, and method shorthand
Learn this conceptPrototype chain and how property lookup traverses the chain
Learn this conceptObject.assign() for shallow copying or merging objects
Learn this conceptSet collection: unique values only, its methods, and when to use over plain arrays
Learn this conceptObject destructuring with renaming and default values
Learn this conceptGiven a business requirement, apply fundamentals of class implementation to solve the business requirement.
0/7
Given a JavaScript module, give examples of how to use the module.
0/6
Given a JavaScript decorator, give examples of how to use the decorator.
0/3
Given a block of code, analyze the variable scope and the execution flow.
0/4
Prepare for the Exam
Study Community
Ask questions and get the latest info from other JavaScript Developer studiers.
In Lightning Web Components, objects passed to a component are read-only to enforce one-way data flow. To modify this data, you must create a shallow copy that duplicates top-level properties while leaving nested objects as references.