Skip to content

Commit 45d7407

Browse files
Update exemplar.js
1 parent 3109d6d commit 45d7407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/assembly-line/.meta/exemplar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export function hasType(object) {
106106
* @param {object} object
107107
* @returns {boolean} whether the input has a "id" property.
108108
*/
109-
export function hasConstructorProperty(object) {
109+
export function hasIdProperty(object) {
110110
return Object.hasOwn(object,"id")
111111
}
112112

0 commit comments

Comments
 (0)