Lessons by tag «destructuring»
We found 39 lessons lessons about the «destructuring» in the Hexlet catalog. These lessons on «destructuring» are available in the following courses: JS: Objects, JS: Functions, Python: Functions.
Learn how to correctly determine if an object has a property
Learn how to write more concise code for extracting object properties
Learn the syntax for creating, reading, and modifying nested objects
Learn to use the for...of loop to traverse an object
Learn to use spread (expand) operator with objects
Explore how to create shallow and deep copies of objects
Summarize knowledge about functions and get to grips with the concept of abstraction
Learn about the course, its structure, objectives, and goals
Learn how to use the rest syntax to form an array from function arguments
Learn how to use the spread syntax with a function call
Learn how to build abstractions using functions
Learn how to apply the destructuring assignment for function parameters
Consider functions as data. Learn about arrow functions
Learn about the concepts of determinism and side effects
Become familiar with the "paradigm" concept and examine the differences between imperative and declarative paradigms