// In this syntax: let { property1: variable1, property2: variable2 } = object; // The identifier before the colon (:) is the property of the object and the identifier after the colon is the variable.