educative.io

Last INSTRUCTIONS

Please, what is the the solution?
I failed again and again.


Type your question above this line.

Course: https://www.educative.io/collection/5679346740101120/5720605454237696
Lesson: https://www.educative.io/collection/page/5679346740101120/5720605454237696/5638404075159552

Hello @masha

Thank you for reaching out. Following is the solution:

function addABC(obj) {
    obj['abc'] = true;
    return obj;
}

Hope this helps!